From 40c340c6267aa53164804aad6ed988183fc42d3f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 9 Jan 2025 21:15:52 -0600 Subject: requires sort --- patch.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'patch.proto') 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; // -- cgit v1.2.3