diff options
Diffstat (limited to 'gitTag.proto')
| -rw-r--r-- | gitTag.proto | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gitTag.proto b/gitTag.proto index e69a25e..53eb346 100644 --- a/gitTag.proto +++ b/gitTag.proto @@ -4,6 +4,8 @@ package gitpb; import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp +// global settings for autogenpb `autogenpb:mutex` + message GitTag { // `autogenpb:marshal` string refname = 1; // `autogenpb:unique` // tag name. treated as unique google.protobuf.Timestamp creatordate = 2; // git creatordate |
