From 62faf10793ba76352fdb1d7d9123214ded44489b Mon Sep 17 00:00:00 2001 From: Sathiyaraman M Date: Fri, 24 Oct 2025 20:28:23 +0530 Subject: [PATCH] Add rebase for Git-Pull in proto --- crates/proto/proto/git.proto | 1 + 1 file changed, 1 insertion(+) 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 {