diff options
| author | Jeff Carr <[email protected]> | 2025-02-02 13:31:05 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-02 15:07:23 -0600 |
| commit | 9baa477990a8b6555e1a70c09a5411e80e344334 (patch) | |
| tree | 4750d941e9d9b19306b531bcad2b2f8d733454e9 /patchset.proto | |
| parent | ab01c2cd60331d55f5c6d5b033d2cd422fb020b4 (diff) | |
add a date and a uuid to the patchsetv0.0.72
Diffstat (limited to 'patchset.proto')
| -rw-r--r-- | patchset.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patchset.proto b/patchset.proto index 0fedb91..6f43da7 100644 --- a/patchset.proto +++ b/patchset.proto @@ -38,6 +38,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 } message Patchsets { // `autogenpb:marshal` |
