summaryrefslogtreecommitdiff
path: root/patchset.proto
diff options
context:
space:
mode:
Diffstat (limited to 'patchset.proto')
-rw-r--r--patchset.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/patchset.proto b/patchset.proto
index 8de451d..b9b7040 100644
--- a/patchset.proto
+++ b/patchset.proto
@@ -28,6 +28,7 @@ import "google/protobuf/timestamp.proto"; // Import the well-known type for Time
// }
// git log -1 --format="%H %aI %cI %an %ae %cn %ce"
+
message Patch {
string repoNamespace = 1; // the base repo git URL
bytes data = 2; // the raw data of the whole patch
@@ -85,3 +86,4 @@ message Patchsets { // `autogenpb:mars
string version = 2; // `autogenpb:version:v0.0.45`
repeated Patchset Patchsets = 3;
}
+// footer was empty