diff options
| author | Jeff Carr <[email protected]> | 2025-01-13 04:14:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-13 04:14:51 -0600 |
| commit | 208118ad5f78ce6e15da00753df491cfed771ce8 (patch) | |
| tree | 964b810b68dcd9b9c3d449c6c766b20f69ac2718 /gitTag.proto | |
| parent | 4aa85a2f0f2e90e4df4cbf37857b800bb098c895 (diff) | |
do mutex entries cause Marshal() to fail?
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; |
