From 02d462b291ae4494d4935d4e21332b7d205a82ce Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 1 Dec 2014 13:40:06 -0500 Subject: [PATCH] * 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. --- admin/ChangeLog | 4 ---- admin/update_autogen | 4 ---- 2 files changed, 8 deletions(-) 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" ] && { -- 2.39.5