summaryrefslogtreecommitdiff
path: root/patchset.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-30 18:00:30 -0600
committerJeff Carr <[email protected]>2025-01-30 18:00:30 -0600
commit0614066fdb1547310e450d0649a82ffd68c18a21 (patch)
tree8f9a02dae73b3322a0b72ffeef5a63ed64d465e3 /patchset.proto
parentb60279b19aa7cf0c94bc34795735be86a434a91c (diff)
add 'state'v0.0.68
Diffstat (limited to 'patchset.proto')
-rw-r--r--patchset.proto3
1 files changed, 2 insertions, 1 deletions
diff --git a/patchset.proto b/patchset.proto
index 4e1d94f..87bfe8e 100644
--- a/patchset.proto
+++ b/patchset.proto
@@ -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`