From: Glenn Morris Date: Tue, 31 Mar 2015 21:47:14 +0000 (-0400) Subject: * admin/update_autogen (commit): Switch prefix from "# " to "; ". X-Git-Tag: emacs-25.0.90~2564^2~30 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d1d8fc474bd9ed22cbe8b80125c8ce89dc62b57;p=emacs.git * admin/update_autogen (commit): Switch prefix from "# " to "; ". --- diff --git a/admin/ChangeLog b/admin/ChangeLog index 092bfa9ad59..d3fabd4c811 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -1,6 +1,10 @@ +2015-03-31 Glenn Morris + + * update_autogen (commit): Switch prefix from "# " to "; ". + 2015-03-03 Kelvin White - * MAINTAINERS: Add myself to section 2 + * MAINTAINERS: Add myself to section 2. 2015-03-03 Glenn Morris diff --git a/admin/update_autogen b/admin/update_autogen index 73e8aebe3d8..1bd82967c27 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 $?