diff --git a/crates/proto/proto/git.proto b/crates/proto/proto/git.proto index 34b57d610be5703f581d363a238eb28e3533606f..6734c86d3537ff294851ea5c18f6dde5726136be 100644 --- a/crates/proto/proto/git.proto +++ b/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 {