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:
authorJacob Vosmaer <jacob@gitlab.com>2019-12-17 13:23:09 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-12-17 13:23:09 +0300
commit2f7110b80cfb3d889d2d330fcb65b866a57f1fb3 (patch)
tree31dad62e5b100eb119b3cfd4413f4d7a577f81e9 /proto/blob.proto
parent008843a1129b4657c38cb0bae770d34046f3ac38 (diff)
GetAllLFSPointers: document unused field
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;
}