diff options
| author | Jeff Carr <[email protected]> | 2025-03-12 09:21:29 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-12 09:21:29 -0500 |
| commit | 7e1804f6e37ced3fcfaa9fd95fcf8d720de657a7 (patch) | |
| tree | 0053494dc270010555f064d0b6d81169f7464008 /patchset.proto | |
| parent | 8ceec9210dc0d9084f629463bbc14b3e4eed7b39 (diff) | |
Diffstat (limited to 'patchset.proto')
| -rw-r--r-- | patchset.proto | 2 |
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` |
