This was based on a misunderstanding due to the mess that had been
made in trunk of this file and its ChangeLog.
-2014-12-01 Glenn Morris <rgm@gnu.org>
-
- * update_autogen (commit): With git, call "add" before "commit".
-
2014-11-19 Paul Eggert <eggert@cs.ucla.edu>
Lessen focus on ChangeLog files, as opposed to change log entries.
echo "Committing..."
- [ "$vcs" = "git" ] && {
- $vcs add "$@" || return $?
- }
-
$vcs commit -m "Auto-commit of $type files." "$@" || return $?
[ "$vcs" = "git" ] && {