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.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/internal.proto b/proto/internal.proto
index ce45f9476..baa3c0039 100644
--- a/proto/internal.proto
+++ b/proto/internal.proto
@@ -20,10 +20,12 @@ service InternalGitaly {
}
}
+// This comment is left unintentionally blank.
message WalkReposRequest {
string storage_name = 1 [(storage)=true];
}
+// This comment is left unintentionally blank.
message WalkReposResponse {
string relative_path = 1;
// modification_time is the modification time of the repository directory.