summaryrefslogtreecommitdiff
path: root/patchset.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-22 09:29:55 -0500
committerJeff Carr <[email protected]>2025-09-22 09:29:55 -0500
commita1a524e933c441c4a11288a2c8bebbc3ca9e52a1 (patch)
treec8d260e1193f00886b3ee0eef0e5a7b4e8299271 /patchset.proto
parentc752d408395387a57e6a335e335bc2c51bcb3802 (diff)
use git's PatchIdv0.0.143
Diffstat (limited to 'patchset.proto')
-rw-r--r--patchset.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/patchset.proto b/patchset.proto
index 6e759be..035b31d 100644
--- a/patchset.proto
+++ b/patchset.proto
@@ -56,6 +56,8 @@ message 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?
+ string patchId = 27; // patchId
+ string treeHash = 28; // final tree Hash
}
// this is a "PATCH: [1/x]" series
@@ -65,6 +67,7 @@ message Patches { // `autogenpb:mars
repeated Patch Patches = 3;
string Error = 5; // when passing these around, if there is an error, store it here
}
+
message Patchset { // `autogenpb:marshal`
Patches patches = 1; //
string name = 2; // `autogenpb:sort`