summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-12 09:21:29 -0500
committerJeff Carr <[email protected]>2025-03-12 09:21:29 -0500
commit7e1804f6e37ced3fcfaa9fd95fcf8d720de657a7 (patch)
tree0053494dc270010555f064d0b6d81169f7464008
parent8ceec9210dc0d9084f629463bbc14b3e4eed7b39 (diff)
needed FindByUuid()v0.0.99v0.0.100
-rw-r--r--patchset.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchset.proto b/patchset.proto
index f7f33c0..d8c859a 100644
--- a/patchset.proto
+++ b/patchset.proto
@@ -76,7 +76,7 @@ message Patchset { // `autogenpb:mars
string startBranchHash = 10; //
string endBranchHash = 11; //
string state = 12; // the state of the patch
- string uuid = 13; // identify each patchset somehow
+ string uuid = 13; // `autogenpb:sort` `autogenpb:unique`
}
message Patchsets { // `autogenpb:marshal` `autogenpb:gui`