From: Glenn Morris Date: Mon, 1 Dec 2014 18:40:06 +0000 (-0500) Subject: * admin/update_autogen (commit): Revert earlier change. X-Git-Tag: emacs-24.4.90~156 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=02d462b291ae4494d4935d4e21332b7d205a82ce;p=emacs.git * admin/update_autogen (commit): Revert earlier change. This was based on a misunderstanding due to the mess that had been made in trunk of this file and its ChangeLog. --- diff --git a/admin/ChangeLog b/admin/ChangeLog index 0529a877120..82974dc846f 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,7 +1,3 @@ -2014-12-01 Glenn Morris - - * update_autogen (commit): With git, call "add" before "commit". - 2014-11-19 Paul Eggert Lessen focus on ChangeLog files, as opposed to change log entries. diff --git a/admin/update_autogen b/admin/update_autogen index 84e0584f220..d9d34fa3d6e 100755 --- a/admin/update_autogen +++ b/admin/update_autogen @@ -228,10 +228,6 @@ commit () echo "Committing..." - [ "$vcs" = "git" ] && { - $vcs add "$@" || return $? - } - $vcs commit -m "Auto-commit of $type files." "$@" || return $? [ "$vcs" = "git" ] && {