diff options
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 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` |
