diff options
| author | Jeff Carr <[email protected]> | 2025-03-23 09:30:58 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-23 09:30:58 -0500 |
| commit | 4b6ec6443ecc07aac37c1722de836d055590c42c (patch) | |
| tree | 208e044ced576c964beac073ec5ceeeb1cb10355 /patchset.proto | |
| parent | 88e87f5c1a3b208afdf505145fff406167411c0e (diff) | |
sort and append unique on this fieldv0.0.103
Diffstat (limited to 'patchset.proto')
| -rw-r--r-- | patchset.proto | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
