diff options
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` |
