crates/proto/proto/git.proto 🔗
@@ -405,6 +405,7 @@ message Pull {
string remote_name = 4;
string branch_name = 5;
uint64 askpass_id = 6;
+ bool rebase = 7;
}
message RemoteMessageResponse {
Sathiyaraman M created
crates/proto/proto/git.proto | 1 +
1 file changed, 1 insertion(+)
@@ -405,6 +405,7 @@ message Pull {
string remote_name = 4;
string branch_name = 5;
uint64 askpass_id = 6;
+ bool rebase = 7;
}
message RemoteMessageResponse {