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:
authorJames Fargher <jfargher@gitlab.com>2022-04-06 01:45:52 +0300
committerJames Fargher <jfargher@gitlab.com>2022-04-29 02:14:24 +0300
commit3d274cc65dea5022f1610f8013401f6bca0bef23 (patch)
tree260ad77363f1c90188630c111d7fea27fcca8c6f /proto/smarthttp.proto
parent317c59fc930dee8ce68d39cb798460b760bde46b (diff)
Automatically lint proto files
Diffstat (limited to 'proto/smarthttp.proto')
-rw-r--r--proto/smarthttp.proto7
1 files changed, 4 insertions, 3 deletions
diff --git a/proto/smarthttp.proto b/proto/smarthttp.proto
index f9e3977d6..2b8fdc97f 100644
--- a/proto/smarthttp.proto
+++ b/proto/smarthttp.proto
@@ -2,11 +2,11 @@ syntax = "proto3";
package gitaly;
-option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
-
import "lint.proto";
import "shared.proto";
+option go_package = "gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb";
+
service SmartHTTPService {
// The response body for GET /info/refs?service=git-upload-pack
// Will be invoked when the user executes a `git fetch`, meaning the server
@@ -87,7 +87,8 @@ message PostUploadPackWithSidechannelRequest {
string git_protocol = 3;
}
-message PostUploadPackWithSidechannelResponse { }
+message PostUploadPackWithSidechannelResponse {
+}
message PostReceivePackRequest {
// repository should only be present in the first message of the stream