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.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/operations.proto b/proto/operations.proto
index 787009ef6..8c537cdb4 100644
--- a/proto/operations.proto
+++ b/proto/operations.proto
@@ -380,7 +380,7 @@ message UserSquashRequest {
Repository repository = 1 [(target_repository)=true];
User user = 2;
string squash_id = 3;
- bytes branch = 4 [deprecated=true];
+ reserved 4;
string start_sha = 5;
string end_sha = 6;
User author = 7;