diff options
| author | Jeff Carr <[email protected]> | 2025-03-11 12:00:38 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-11 12:00:38 -0500 |
| commit | 8ceec9210dc0d9084f629463bbc14b3e4eed7b39 (patch) | |
| tree | cd724b129b9f0e33adbe4fbb6a01cccd3ce2e63f /patchset.proto | |
| parent | cf6db578a42e0e5b1585fa248d1cadc5ca3e7a43 (diff) | |
track applied or upstream for patchesv0.0.98
Diffstat (limited to 'patchset.proto')
| -rw-r--r-- | patchset.proto | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/patchset.proto b/patchset.proto index 406ee3c..f7f33c0 100644 --- a/patchset.proto +++ b/patchset.proto @@ -53,6 +53,8 @@ message Patch { string comment = 22; // the git commit message (in patch form) repeated string Files = 23; // the filenames this patch changes google.protobuf.Timestamp ctime = 24; // create time of the patch + bool applied = 25; // have you applied this patch? + bool upstream = 26; // has this patch been applied upstream? } message Patches { // this is a "PATCH: [1/x]" series `autogenpb:gui:Patch` @@ -75,7 +77,6 @@ message Patchset { // `autogenpb:mars string endBranchHash = 11; // string state = 12; // the state of the patch string uuid = 13; // identify each patchset somehow - } message Patchsets { // `autogenpb:marshal` `autogenpb:gui` |
