summaryrefslogtreecommitdiff
path: root/patchset.proto
diff options
context:
space:
mode:
Diffstat (limited to 'patchset.proto')
-rw-r--r--patchset.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/patchset.proto b/patchset.proto
index 00b7134..b905c6c 100644
--- a/patchset.proto
+++ b/patchset.proto
@@ -17,7 +17,7 @@ message Patch {
}
message Patchset { // `autogenpb:marshal`
- repeated Patch Patches = 1; //
+ repeated Patch Patches = 1; // `autogenpb:unique` `autogenpb:sort`
string name = 2; // `autogenpb:sort`
string comment = 3; //
string gitAuthorName = 4; // `autogenpb:sort`