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/ssh.proto')
-rw-r--r--proto/ssh.proto5
1 files changed, 4 insertions, 1 deletions
diff --git a/proto/ssh.proto b/proto/ssh.proto
index ee8d15fdb..e2185bffa 100644
--- a/proto/ssh.proto
+++ b/proto/ssh.proto
@@ -9,7 +9,10 @@ import "shared.proto";
service SSHService {
// To forward 'git upload-pack' to Gitaly for SSH sessions
rpc SSHUploadPack(stream SSHUploadPackRequest) returns (stream SSHUploadPackResponse) {
- option (op_type).op = ACCESSOR;
+ option (op_type) = {
+ op: ACCESSOR
+ target_repository_field: "1"
+ };
}
// To forward 'git receive-pack' to Gitaly for SSH sessions