sort and append unique on this field

This commit is contained in:
Jeff Carr 2025-03-23 09:30:58 -05:00
parent 88e87f5c1a
commit 4b6ec6443e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ message Patch {
string state = 18; // the 'state' of the patch string state = 18; // the 'state' of the patch
string filename = 19; // `autogenpb:unique` `autogenpb:sort` string filename = 19; // `autogenpb:unique` `autogenpb:sort`
string startHash = 20; // the start commit hash 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) string comment = 22; // the git commit message (in patch form)
repeated string Files = 23; // the filenames this patch changes repeated string Files = 23; // the filenames this patch changes
google.protobuf.Timestamp ctime = 24; // create time of the patch google.protobuf.Timestamp ctime = 24; // create time of the patch