1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 14:30:50 -08:00

* admin/update_autogen (commit): Prepend "# " to commit message.

This commit is contained in:
Glenn Morris 2015-01-02 17:30:52 -08:00
parent 780eb0a732
commit e13e3bd819
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2015-01-03 Glenn Morris <rgm@gnu.org>
* update_autogen (commit): Prepend "# " to commit message.
2014-11-19 Paul Eggert <eggert@cs.ucla.edu> 2014-11-19 Paul Eggert <eggert@cs.ucla.edu>
Lessen focus on ChangeLog files, as opposed to change log entries. Lessen focus on ChangeLog files, as opposed to change log entries.

View file

@ -228,7 +228,7 @@ commit ()
echo "Committing..." echo "Committing..."
$vcs commit -m "Auto-commit of $type files." "$@" || return $? $vcs commit -m "# Auto-commit of $type files." "$@" || return $?
[ "$vcs" = "git" ] && { [ "$vcs" = "git" ] && {
$vcs push || return $? $vcs push || return $?