aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2014-12-01 13:40:06 -0500
committerGlenn Morris2014-12-01 13:40:06 -0500
commit02d462b291ae4494d4935d4e21332b7d205a82ce (patch)
tree4eff1537390f103972405ee6cd33cfac2f839df4 /admin
parentb8775f0217b670f3a55ca014e3ecfc3fe9199fef (diff)
downloademacs-02d462b291ae4494d4935d4e21332b7d205a82ce.tar.gz
emacs-02d462b291ae4494d4935d4e21332b7d205a82ce.zip
* 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.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog4
-rwxr-xr-xadmin/update_autogen4
2 files changed, 0 insertions, 8 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 0529a877120..82974dc846f 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,7 +1,3 @@
12014-12-01 Glenn Morris <rgm@gnu.org>
2
3 * update_autogen (commit): With git, call "add" before "commit".
4
52014-11-19 Paul Eggert <eggert@cs.ucla.edu> 12014-11-19 Paul Eggert <eggert@cs.ucla.edu>
6 2
7 Lessen focus on ChangeLog files, as opposed to change log entries. 3 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 ()
228 228
229 echo "Committing..." 229 echo "Committing..."
230 230
231 [ "$vcs" = "git" ] && {
232 $vcs add "$@" || return $?
233 }
234
235 $vcs commit -m "Auto-commit of $type files." "$@" || return $? 231 $vcs commit -m "Auto-commit of $type files." "$@" || return $?
236 232
237 [ "$vcs" = "git" ] && { 233 [ "$vcs" = "git" ] && {