Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'proto/operations.proto')
-rw-r--r--proto/operations.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/operations.proto b/proto/operations.proto
index 7504efe4b..b2d2d24e5 100644
--- a/proto/operations.proto
+++ b/proto/operations.proto
@@ -366,6 +366,7 @@ message UserRebaseConfirmableRequest {
string branch_sha = 5;
Repository remote_repository = 6;
bytes remote_branch = 7;
+ repeated string git_push_options = 8;
}
oneof user_rebase_confirmable_request_payload {