diff options
| author | Jeff Carr <[email protected]> | 2025-01-05 04:54:31 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-05 04:54:31 -0600 |
| commit | b0662fb61a824b39c9a11b3bbc05b2543841ae74 (patch) | |
| tree | f1505da65b14c1243c28259f8207ecbcfbd805a9 /patch.proto | |
| parent | ac57825c107b84a8728cea425a1f3f639ab146a8 (diff) | |
add commit hash and diff file list to the protobuf
Diffstat (limited to 'patch.proto')
| -rw-r--r-- | patch.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patch.proto b/patch.proto index 4c8de21..0c5fd62 100644 --- a/patch.proto +++ b/patch.proto @@ -13,6 +13,7 @@ message Patch { 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 Patchs { // `autogenpb:marshal` |
