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 c1683d8..378c02d 100644 --- a/gitTag.proto +++ b/gitTag.proto @@ -5,7 +5,7 @@ package gitpb; import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp -message GitTag { // `autogenpb:marshal` +message GitTag { // `autogenpb:nomutex` string refname = 1; // `autogenpb:unique` `autogenpb:sort` // tag name. treated as unique google.protobuf.Timestamp creatordate = 2; // git creatordate google.protobuf.Timestamp authordate = 3; // git author date @@ -13,7 +13,7 @@ message GitTag { // `autogenpb:marshal` string subject = 5; // git tag subject } -message GitTags { // `autogenpb:marshal` `autogenpb:mutex` +message GitTags { // `autogenpb:marshal` `autogenpb:nomutex` string uuid = 1; // `autogenpb:uuid` string version = 2; // `autogenpb:version:v0.0.47` repeated GitTag gitTags = 3; |
