summaryrefslogtreecommitdiff
path: root/gitTag.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-01 22:23:38 -0600
committerJeff Carr <[email protected]>2024-12-01 22:23:38 -0600
commit45fc9ea257d3f6bd3987858cc472c3e17f50c046 (patch)
tree9ea0823baf600c085ead565b04ff3866726da117 /gitTag.proto
parent2ebdd32040635ac84d173ebb315dc65b35af2b57 (diff)
autogenpb now completely automatic
Diffstat (limited to 'gitTag.proto')
-rw-r--r--gitTag.proto2
1 files changed, 2 insertions, 0 deletions
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