From ac57825c107b84a8728cea425a1f3f639ab146a8 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 5 Jan 2025 03:21:47 -0600 Subject: start adding something to check the hashes --- patch.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'patch.proto') 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` -- cgit v1.2.3