summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-30 15:07:57 -0600
committerJeff Carr <[email protected]>2024-11-30 15:07:57 -0600
commit8a6fb6d442b3725459823644cf79bb1c4117e813 (patch)
tree7983637e7296a04d7b3bdc95456a22e97ed427e2
parent0faa5d01a00ea1dc5c1ad3b5c2abef7991764436 (diff)
autogenpbv0.0.10
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e20d9ca..e730ca1 100644
--- a/Makefile
+++ b/Makefile
@@ -38,10 +38,10 @@ clean:
# refs.proto
gitTag.pb.go: gitTag.proto
- autogenpb --proto gitTag.proto --sort "ByName,Refname" --sort "ByHash,Hash" --no-marshal
+ autogenpb --proto gitTag.proto --no-marshal
goDep.pb.go: goDep.proto
- autogenpb --proto goDep.proto --sort "ByPath,GoPath" --sort "ByHash,Hash" --no-marshal
+ autogenpb --proto goDep.proto --no-marshal
repo.pb.go: repo.proto
- autogenpb --proto repo.proto --sort "ByPath,GoPath"
+ autogenpb --proto repo.proto