summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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`