summaryrefslogtreecommitdiff
path: root/patchset.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-04-04 06:07:23 -0500
committerJeff Carr <[email protected]>2025-04-04 06:07:23 -0500
commit050d93d40160495b955407a740ff6ce0d486b386 (patch)
tree4e2a4ca6db19d7c1340859dc0b0ba5e6d22b58b8 /patchset.proto
parentd27ad541f1c35b8e493bdda5e16573840460eb28 (diff)
smarter human table codev0.0.104
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