diff options
| author | Jeff Carr <[email protected]> | 2025-09-12 14:53:39 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-12 14:53:39 -0500 |
| commit | 6654dbb4102ba0f725f7d82b5f26a7288a68699d (patch) | |
| tree | c51a1b9e7c371832476271026665cb49309bdbc4 /gitTag.proto | |
| parent | 62e5fc396c560d47a351194da04ccec2d7b4f220 (diff) | |
tag handling is still badv0.0.125
Diffstat (limited to 'gitTag.proto')
| -rw-r--r-- | gitTag.proto | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
