From 3d260a0219841f4835d6a0d0e370bde483f35d08 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 29 Nov 2024 21:51:30 -0600 Subject: updates for autogenpb --- gitTag.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gitTag.proto') 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 } -- cgit v1.2.3