summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-29 09:43:28 -0600
committerJeff Carr <[email protected]>2025-01-29 12:24:42 -0600
commitaa064500428b5605dccbfc2fd76648faf7e830f7 (patch)
treeab9d686c9d5288d4f39c525dbb7b87fd77a69caf
parent121e9f08da949533f1004553d1a4b32e5b31c4c4 (diff)
minor
-rw-r--r--patchset.proto18
1 files changed, 9 insertions, 9 deletions
diff --git a/patchset.proto b/patchset.proto
index 616e389..6d42add 100644
--- a/patchset.proto
+++ b/patchset.proto
@@ -5,15 +5,15 @@ package forgepb;
import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp
message Patch {
- string filename = 1; // `autogenpb:unique` `autogenpb:sort`
- bytes data = 2; //
- string repoPath = 3; // path to the git repo
- string branchName = 4; //
- string branchHash = 5; //
- google.protobuf.Timestamp ctime = 7; // the git commit timestamp of this patch
- string commitHash = 8; // the git commit hash of this patch
- string startHash = 9; // the start commit hash
- repeated string Files = 10; // the filenames this patch changes
+ string filename = 1; // `autogenpb:unique` `autogenpb:sort`
+ bytes data = 2; //
+ string repoPath = 3; // path to the git repo
+ string branchName = 4; //
+ string branchHash = 5; //
+ google.protobuf.Timestamp ctime = 7; // the git commit timestamp of this patch
+ string commitHash = 8; // the git commit hash of this patch
+ string startHash = 9; // the start commit hash
+ repeated string Files = 10; // the filenames this patch changes
}
message Patches { // `autogenpb:marshal`