summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-10 13:52:46 -0500
committerJeff Carr <[email protected]>2025-03-10 13:52:46 -0500
commitda485dcc3f9017fffcd9ba8bc95e3dc3f01ceb69 (patch)
tree9c7d1128e2542455b9c2187a5ab8a81feb080314
parent5377a89d2c7d095ce7ec10282f3707183b2c16d1 (diff)
generate a patchset table guiv0.0.97
-rw-r--r--patchset.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchset.proto b/patchset.proto
index 514e93e..50cd598 100644
--- a/patchset.proto
+++ b/patchset.proto
@@ -54,7 +54,7 @@ message Patch {
repeated string Files = 23; // the filenames this patch changes
}
-message Patches { // this is a "PATCH: [1/x]" series
+message Patches { // this is a "PATCH: [1/x]" series `autogenpb:gui:Patch`
string uuid = 1; // `autogenpb:uuid:be926ad9-1111-484c-adf2-d96eeabf3079`
string version = 2; // `autogenpb:version:v0.0.45`
repeated Patch Patches = 3;