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:
authorRoger Meier <r.meier@siemens.com>2019-11-05 00:00:57 +0300
committerJohn Cai <jcai@gitlab.com>2019-11-05 00:00:57 +0300
commitf5e796192cf2d6d0b3ff3b4f5825ddbb0ddde1de (patch)
tree4598b5fbb5624dbf32873e0c30f49fe9c878c87a /proto/ref.proto
parente9f9183a3228241d3b4ab352425d3d68890fcf02 (diff)
Add tagger and timezone
Diffstat (limited to 'proto/ref.proto')
-rw-r--r--proto/ref.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ref.proto b/proto/ref.proto
index 37b5bd225..886881840 100644
--- a/proto/ref.proto
+++ b/proto/ref.proto
@@ -214,6 +214,7 @@ message FindLocalBranchCommitAuthor {
bytes name = 1;
bytes email = 2;
google.protobuf.Timestamp date = 3;
+ bytes timezone = 4;
}
message FindAllBranchesRequest {