From 4b6ec6443ecc07aac37c1722de836d055590c42c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 23 Mar 2025 09:30:58 -0500 Subject: [PATCH] sort and append unique on this field --- patchset.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchset.proto b/patchset.proto index e00fb1c..8de451d 100644 --- a/patchset.proto +++ b/patchset.proto @@ -49,7 +49,7 @@ message Patch { string state = 18; // the 'state' of the patch string filename = 19; // `autogenpb:unique` `autogenpb:sort` string startHash = 20; // the start commit hash - string commitHash = 21; // the git commit hash of this patch + string commitHash = 21; // the git commit hash of this patch `autogenpb:sort` `autogenpb:unique` string comment = 22; // the git commit message (in patch form) repeated string Files = 23; // the filenames this patch changes google.protobuf.Timestamp ctime = 24; // create time of the patch