track applied or upstream for patches
This commit is contained in:
parent
cf6db578a4
commit
8ceec9210d
|
@ -53,6 +53,8 @@ message Patch {
|
||||||
string comment = 22; // the git commit message (in patch form)
|
string comment = 22; // the git commit message (in patch form)
|
||||||
repeated string Files = 23; // the filenames this patch changes
|
repeated string Files = 23; // the filenames this patch changes
|
||||||
google.protobuf.Timestamp ctime = 24; // create time of the patch
|
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`
|
message Patches { // this is a "PATCH: [1/x]" series `autogenpb:gui:Patch`
|
||||||
|
@ -75,7 +77,6 @@ message Patchset { // `autogenpb:mars
|
||||||
string endBranchHash = 11; //
|
string endBranchHash = 11; //
|
||||||
string state = 12; // the state of the patch
|
string state = 12; // the state of the patch
|
||||||
string uuid = 13; // identify each patchset somehow
|
string uuid = 13; // identify each patchset somehow
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
message Patchsets { // `autogenpb:marshal` `autogenpb:gui`
|
message Patchsets { // `autogenpb:marshal` `autogenpb:gui`
|
||||||
|
|
Loading…
Reference in New Issue