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/shared.proto')
-rw-r--r--proto/shared.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/shared.proto b/proto/shared.proto
index 439f1b906..883d04f9b 100644
--- a/proto/shared.proto
+++ b/proto/shared.proto
@@ -102,6 +102,7 @@ message CommitAuthor {
bytes name = 1;
bytes email = 2;
google.protobuf.Timestamp date = 3;
+ bytes timezone = 4;
}
message ExitStatus {