diff options
| author | Jeff Carr <[email protected]> | 2025-01-09 21:15:52 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-09 21:15:52 -0600 |
| commit | 40c340c6267aa53164804aad6ed988183fc42d3f (patch) | |
| tree | 1ad29ea8e104520611b7f7876393645bbbc768af /patch.proto | |
| parent | f9dd82cdcc6db632bfdecf2623e7e1486a37c6b3 (diff) | |
requires sortv0.0.45
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; // |
