diff options
Diffstat (limited to 'gitTag.proto')
| -rw-r--r-- | gitTag.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gitTag.proto b/gitTag.proto index 14bf4dc..581a9b9 100644 --- a/gitTag.proto +++ b/gitTag.proto @@ -5,10 +5,10 @@ package gitpb; import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp message GitTag { - string refname = 1; // tag name. treated as unique + string refname = 1; // `autogenpb:unique` // tag name. treated as unique google.protobuf.Timestamp creatordate = 2; // git creatordate google.protobuf.Timestamp authordate = 3; // git author date - string hash = 4; // git hash + string hash = 4; // `autogenpb:unique` // git hash string subject = 5; // git tag subject } |
