From b0662fb61a824b39c9a11b3bbc05b2543841ae74 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 5 Jan 2025 04:54:31 -0600 Subject: add commit hash and diff file list to the protobuf --- patch.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'patch.proto') 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` -- cgit v1.2.3