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.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/blob.proto b/proto/blob.proto
index f8bb1b92a..83edd83bc 100644
--- a/proto/blob.proto
+++ b/proto/blob.proto
@@ -85,6 +85,7 @@ message GetBlobsResponse {
int32 mode = 5;
string revision = 6;
bytes path = 7;
+ ObjectType type = 8;
}
message LFSPointer {