aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2015-01-02 17:30:52 -0800
committerGlenn Morris2015-01-02 17:30:52 -0800
commite13e3bd819fca99c86ea6386b3351f45ac50cccd (patch)
tree0272e5b2a26d7c9d8dc408f3ef7e44208f7412e5 /admin
parent780eb0a732c849100236f22556fe9f4836c18ec5 (diff)
downloademacs-e13e3bd819fca99c86ea6386b3351f45ac50cccd.tar.gz
emacs-e13e3bd819fca99c86ea6386b3351f45ac50cccd.zip
* admin/update_autogen (commit): Prepend "# " to commit message.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog4
-rwxr-xr-xadmin/update_autogen2
2 files changed, 5 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 6e034f29a4a..b1d8ed858da 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
12015-01-03 Glenn Morris <rgm@gnu.org>
2
3 * update_autogen (commit): Prepend "# " to commit message.
4
12014-11-19 Paul Eggert <eggert@cs.ucla.edu> 52014-11-19 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Lessen focus on ChangeLog files, as opposed to change log entries. 7 Lessen focus on ChangeLog files, as opposed to change log entries.
diff --git a/admin/update_autogen b/admin/update_autogen
index ad7eb5735cf..0513d078db1 100755
--- a/admin/update_autogen
+++ b/admin/update_autogen
@@ -228,7 +228,7 @@ commit ()
228 228
229 echo "Committing..." 229 echo "Committing..."
230 230
231 $vcs commit -m "Auto-commit of $type files." "$@" || return $? 231 $vcs commit -m "# Auto-commit of $type files." "$@" || return $?
232 232
233 [ "$vcs" = "git" ] && { 233 [ "$vcs" = "git" ] && {
234 $vcs push || return $? 234 $vcs push || return $?