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/internal.proto')
-rw-r--r--proto/internal.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/internal.proto b/proto/internal.proto
index 235b0f728..1d7535d71 100644
--- a/proto/internal.proto
+++ b/proto/internal.proto
@@ -4,6 +4,7 @@ package gitaly;
option go_package = "gitlab.com/gitlab-org/gitaly/proto/go/gitalypb";
+import "lint.proto";
import "shared.proto";
// InternalGitaly is a gRPC service meant to be served by a Gitaly node, but