diff options
Diffstat (limited to 'patch.proto')
| -rw-r--r-- | patch.proto | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch.proto b/patch.proto index 0c5fd62..5942924 100644 --- a/patch.proto +++ b/patch.proto @@ -5,7 +5,7 @@ package forgepb; import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp message Patch { - string filename = 1; // `autogenpb:unique` + string filename = 1; // `autogenpb:unique` `autogenpb:sort` bytes data = 2; // string repoPath = 3; // path to the git repo string branchName = 4; // |
