summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-10-05 20:25:38 +0200
committerJim Meyering <meyering@redhat.com>2008-10-05 20:31:35 +0200
commit51493489068b980a16a244bc03f7afeb6bdbf2bb (patch)
tree2ca1285730e4cf60758b8b3d728f3bf2ebfdc65c
parentfbc5aa7c47597694d8973a134143a2281748eec6 (diff)
downloadcoreutils-51493489068b980a16a244bc03f7afeb6bdbf2bb.tar.xz
* maint.mk (alpha beta major): Add "-a" to git commit ... command.
-rw-r--r--maint.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/maint.mk b/maint.mk
index 7cfc488ef..035e54523 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