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/blob.proto')
-rw-r--r--proto/blob.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/blob.proto b/proto/blob.proto
index 83edd83bc..0696ae541 100644
--- a/proto/blob.proto
+++ b/proto/blob.proto
@@ -126,6 +126,8 @@ message GetNewLFSPointersResponse {
message GetAllLFSPointersRequest {
Repository repository = 1;
+ // This revision field is ignored by the implementation; it should be
+ // removed! https://gitlab.com/gitlab-org/gitaly/issues/2247
bytes revision = 2;
}