From 51493489068b980a16a244bc03f7afeb6bdbf2bb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 5 Oct 2008 20:25:38 +0200 Subject: [PATCH] * maint.mk (alpha beta major): Add "-a" to git commit ... command. --- maint.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maint.mk b/maint.mk index 7cfc488ef3..035e545235 100644 --- a/maint.mk +++ b/maint.mk @@ -888,4 +888,4 @@ alpha beta major: $(local-check) writable-files $(MAKE) update-NEWS-hash perl -pi -e '$$. == 3 and print "$(noteworthy)\n\n\n"' NEWS $(emit-commit-log) > .ci-msg - $(VC) commit -F .ci-msg + $(VC) commit -F .ci-msg -a -- 2.47.3