track applied or upstream for patches

This commit is contained in:
Jeff Carr 2025-03-11 12:00:38 -05:00
parent cf6db578a4
commit 8ceec9210d
1 changed files with 2 additions and 1 deletions

View File

@ -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`