add 'state'

This commit is contained in:
Jeff Carr 2025-01-30 18:00:30 -06:00
parent b60279b19a
commit 0614066fdb
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@ message Patches { // `autogenpb:marshal`
}
message Patchset { // `autogenpb:marshal`
Patches patches = 1; // `autogenpb:unique` `autogenpb:sort`
Patches patches = 1; // `autogenpb:unique` `autogenpb:sort`
string name = 2; // `autogenpb:sort`
string comment = 3; //
string gitAuthorName = 4; // `autogenpb:sort`
@ -37,6 +37,7 @@ message Patchset { // `autogenpb:marshal`
string endBranchName = 9; //
string startBranchHash = 10; //
string endBranchHash = 11; //
string state = 12; // the state of the patch
}
message Patchsets { // `autogenpb:marshal`