From 03365bc4f00693b09262cd896e3f040809da7f1c Mon Sep 17 00:00:00 2001 From: Dylan Pinn Date: Fri, 3 Jul 2026 14:56:51 +1000 Subject: [PATCH] build: drop --describe from dump-brew target Package descriptions in the generated Brewfile add noise to diffs without much benefit, since the name is usually self-explanatory. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 60f34817a..4a985f9a7 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ git/config: git/config.m4 # TODO: not 100% sold on this target name. dump-brew: - brew bundle dump --force --describe --file=homebrew/$(PROFILE).Brewfile + brew bundle dump --force --file=homebrew/$(PROFILE).Brewfile install: install-bash \ install-bin \