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/go/gitalypb/commit.pb.go')
-rw-r--r--proto/go/gitalypb/commit.pb.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/go/gitalypb/commit.pb.go b/proto/go/gitalypb/commit.pb.go
index 8e0b6fd38..131cda546 100644
--- a/proto/go/gitalypb/commit.pb.go
+++ b/proto/go/gitalypb/commit.pb.go
@@ -1621,6 +1621,7 @@ type ListFilesResponse struct {
// Remember to force encoding utf-8 on the client side
Paths [][]byte `protobuf:"bytes,1,rep,name=paths,proto3" json:"paths,omitempty"`
Oids []string `protobuf:"bytes,2,rep,name=oids,proto3" json:"oids,omitempty"`
+ Modes [][]byte `protobuf:"bytes,3,rep,name=modes,proto3" json:"modes,omitempty"`
}
func (x *ListFilesResponse) Reset() {