From 8a6fb6d442b3725459823644cf79bb1c4117e813 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 30 Nov 2024 15:07:57 -0600 Subject: autogenpb --- Makefile | 6 +++--- 1 file 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 -- cgit v1.2.3