From 6654dbb4102ba0f725f7d82b5f26a7288a68699d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 12 Sep 2025 14:53:39 -0500 Subject: tag handling is still bad --- gitTag.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gitTag.proto') diff --git a/gitTag.proto b/gitTag.proto index 8c84f2b..e719b76 100644 --- a/gitTag.proto +++ b/gitTag.proto @@ -33,7 +33,7 @@ message GitTag { // `autogenpb:nomutex` string subject = 5; // git tag subject } -message GitTags { // `autogenpb:marshal` `autogenpb:nomutex` +message GitTags { // `autogenpb:marshal` `autogenpb:nomutex` `autogenpb:gui` string uuid = 1; // `autogenpb:uuid:ffdff813-0316-4372-9e82-4c1c7d202526` string version = 2; // `autogenpb:version:v0.0.47` repeated GitTag gitTags = 3; -- cgit v1.2.3