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.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ssh.proto b/proto/ssh.proto
index fbbb734bd..45b64c004 100644
--- a/proto/ssh.proto
+++ b/proto/ssh.proto
@@ -7,6 +7,7 @@ import "shared.proto";
option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
+// SSHService is a service that provides RPCs required for SSH-based Git clones.
service SSHService {
// To forward 'git upload-pack' to Gitaly for SSH sessions
rpc SSHUploadPack(stream SSHUploadPackRequest) returns (stream SSHUploadPackResponse) {