From 45fc9ea257d3f6bd3987858cc472c3e17f50c046 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 1 Dec 2024 22:23:38 -0600 Subject: autogenpb now completely automatic --- gitTag.proto | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gitTag.proto') diff --git a/gitTag.proto b/gitTag.proto index e69a25e..53eb346 100644 --- a/gitTag.proto +++ b/gitTag.proto @@ -4,6 +4,8 @@ package gitpb; import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp +// global settings for autogenpb `autogenpb:mutex` + message GitTag { // `autogenpb:marshal` string refname = 1; // `autogenpb:unique` // tag name. treated as unique google.protobuf.Timestamp creatordate = 2; // git creatordate -- cgit v1.2.3