diff options
| author | Jeff Carr <[email protected]> | 2025-01-05 03:21:47 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-05 03:21:47 -0600 |
| commit | ac57825c107b84a8728cea425a1f3f639ab146a8 (patch) | |
| tree | 1528b43f61713f88b3048347b1e8e6d5badd23de /patch.proto | |
| parent | 338018376b48d5ccdc20cb9733acd0db2a9ccc79 (diff) | |
start adding something to check the hashes
Diffstat (limited to 'patch.proto')
| -rw-r--r-- | patch.proto | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/patch.proto b/patch.proto index 2e463b5..4c8de21 100644 --- a/patch.proto +++ b/patch.proto @@ -10,7 +10,9 @@ message Patch { string repoPath = 3; // path to the git repo string branchName = 4; // string branchHash = 5; // - google.protobuf.Timestamp ctime = 7; // the git commit timestamp of the version + 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 } message Patchs { // `autogenpb:marshal` |
