* clcommit.m4sh (func_commit): Add -a argument if necessary.
Signed-off-by: Gary V. Vaughan <gary@gnu.org>
2008-09-07 Gary V. Vaughan <gary@gnu.org>
+ Run `git commit -a' when no files are passed.
+ * clcommit.m4sh (func_commit): Add -a argument if necessary.
+
Prepare for next stable release.
* libltdl/Makefile.inc (LTDL_VERSION_INFO): Update.
* libltdl/m4/libtool.m4: Bump serial number to account for
subject=`git status 2>/dev/null | $SED -n 's/^#.*[mad][ode][dl].*ed: *//p'`
test $# -gt 0 && subject="$@"
+ test $# -gt 0 || { set dummy -a; shift; }
func_verbose "$GIT commit$git_flags -F $log_file ${1+$@}"
$GIT commit$git_flags -F $log_file ${1+"$@"} || exit $EXIT_FAILURE