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-11-02 19:59:41 +0300
committerPavlo Strokov <pstrokov@gitlab.com>2020-11-02 19:59:41 +0300
commit556f1bc9fcda288f90e9487b53dca7b781f4d2e6 (patch)
tree59baf4bdd19bde0ef49f30be82ecc07c746aebca /proto/repository-service.proto
parent98fe9f19fcecf4b9d27ab60dfaf6d127447a0350 (diff)
Ensure reference hooks are used in valid commands
Diffstat (limited to 'proto/repository-service.proto')
-rw-r--r--proto/repository-service.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/repository-service.proto b/proto/repository-service.proto
index 23216124e..e7d921b85 100644
--- a/proto/repository-service.proto
+++ b/proto/repository-service.proto
@@ -60,7 +60,7 @@ service RepositoryService {
}
rpc GetArchive(GetArchiveRequest) returns (stream GetArchiveResponse) {
option (op_type) = {
- op: MUTATOR
+ op: ACCESSOR
};
}
rpc HasLocalBranches(HasLocalBranchesRequest) returns (HasLocalBranchesResponse) {