sort and append unique on this field
This commit is contained in:
parent
88e87f5c1a
commit
4b6ec6443e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue