summaryrefslogtreecommitdiff
path: root/testautogen/test.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-29 17:31:49 -0600
committerJeff Carr <[email protected]>2024-11-29 17:31:49 -0600
commit3f50c54d09c64aa66224c95bb7f5542db2b7f115 (patch)
treebdeb99c0c4a7ef44e781059ddea7cb30d43a5d55 /testautogen/test.proto
parent8fcf500a802e93ae315b6c0c59a7cd9d2ecaae7e (diff)
builds again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'testautogen/test.proto')
-rw-r--r--testautogen/test.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/testautogen/test.proto b/testautogen/test.proto
index 00dc92c..8d60852 100644
--- a/testautogen/test.proto
+++ b/testautogen/test.proto
@@ -10,6 +10,8 @@ message GitTag {
google.protobuf.Timestamp authordate = 3; // git creatordate
string objectname = 4; // git hash
string subject = 5; // git tag subject
+ string author = 6; // author
+ string bling = 7; // bling
}
message GitTags {