From: Glenn Morris Date: Sat, 3 Jan 2015 01:30:52 +0000 (-0800) Subject: * admin/update_autogen (commit): Prepend "# " to commit message. X-Git-Tag: emacs-24.4.90~72 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e13e3bd;p=emacs.git * admin/update_autogen (commit): Prepend "# " to commit message. --- diff --git a/admin/ChangeLog b/admin/ChangeLog index 6e034f29a4a..b1d8ed858da 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,3 +1,7 @@ +2015-01-03 Glenn Morris + + * update_autogen (commit): Prepend "# " to commit message. + 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 ad7eb5735cf..0513d078db1 100755 --- a/admin/update_autogen +++ b/admin/update_autogen @@ -228,7 +228,7 @@ commit () echo "Committing..." - $vcs commit -m "Auto-commit of $type files." "$@" || return $? + $vcs commit -m "# Auto-commit of $type files." "$@" || return $? [ "$vcs" = "git" ] && { $vcs push || return $?