From: Jim Meyering Date: Sun, 5 Oct 2008 18:25:38 +0000 (+0200) Subject: * maint.mk (alpha beta major): Add "-a" to git commit ... command. X-Git-Tag: v7.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=51493489068b980a16a244bc03f7afeb6bdbf2bb;p=thirdparty%2Fcoreutils.git * maint.mk (alpha beta major): Add "-a" to git commit ... command. --- 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