diff options
| author | Jeff Carr <[email protected]> | 2025-01-12 06:36:11 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-12 06:36:11 -0600 |
| commit | 0600f5448806d120f5f732f2e8076a91ac520c35 (patch) | |
| tree | 27b3f7fbe0d09e7fb444542df101043d7577dd73 /patchset.proto | |
| parent | 0ea93faef25eda579e3c557b10ff98a766689e40 (diff) | |
remove HANDMADE iterator after fixing autogenpb
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` |
