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:
authorPaul Okstad <pokstad@gitlab.com>2020-01-23 16:38:54 +0300
committerJacob Vosmaer <jacob@gitlab.com>2020-01-23 16:38:54 +0300
commitc784ab945f8a8be6f6120432019e8a6cd7420a62 (patch)
tree34a3ba0ef017dfa543f66470ffbaee0aecf4fdb2 /proto/blob.proto
parent18006a8976bc642f1d057be8526e05a3a2ed3a5c (diff)
Remove revision from GetAllLFSPointers request
Diffstat (limited to 'proto/blob.proto')
-rw-r--r--proto/blob.proto4
1 files changed, 1 insertions, 3 deletions
diff --git a/proto/blob.proto b/proto/blob.proto
index 0696ae541..6497556d8 100644
--- a/proto/blob.proto
+++ b/proto/blob.proto
@@ -126,9 +126,7 @@ 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;
+ reserved 2;
}
message GetAllLFSPointersResponse {