From 208118ad5f78ce6e15da00753df491cfed771ce8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 13 Jan 2025 04:14:51 -0600 Subject: do mutex entries cause Marshal() to fail? --- gitTag.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gitTag.proto') 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; -- cgit v1.2.3