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:
authorMateusz Nowotyński <maxmati4@gmail.com>2019-11-13 11:33:15 +0300
committerMateusz Nowotyński <maxmati4@gmail.com>2019-11-13 12:03:48 +0300
commita45b8d9cb4e3ad6ddc7533cce277d4c29bc5ee22 (patch)
treeec1fa1082a11bbd8ea32ddad51eb1759ac966794 /proto/shared.proto
parent6a4bb1a83196cea9e499d88fa03b8c2146d8fd13 (diff)
Add storage flag
Diffstat (limited to 'proto/shared.proto')
-rw-r--r--proto/shared.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/proto/shared.proto b/proto/shared.proto
index 883d04f9b..ea8d79c8a 100644
--- a/proto/shared.proto
+++ b/proto/shared.proto
@@ -58,6 +58,11 @@ extend google.protobuf.MethodOptions {
OperationMsg op_type = 82303;
}
+extend google.protobuf.FieldOptions {
+ // Random high number..
+ bool storage = 91233;
+}
+
message Repository {
// DEPRECATED: https://gitlab.com/gitlab-org/gitaly/issues/151
reserved 1;