From 8ceec9210dc0d9084f629463bbc14b3e4eed7b39 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 11 Mar 2025 12:00:38 -0500 Subject: track applied or upstream for patches --- patchset.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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` -- cgit v1.2.3