* admin/update_autogen (commit): Switch prefix from "# " to "; ".

This commit is contained in:
Glenn Morris 2015-03-31 17:47:14 -04:00
parent ee050a3b19
commit 8d1d8fc474
2 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,10 @@
2015-03-31 Glenn Morris <rgm@gnu.org>
* update_autogen (commit): Switch prefix from "# " to "; ".
2015-03-03 Kelvin White <kwhite@gnu.org>
* MAINTAINERS: Add myself to section 2
* MAINTAINERS: Add myself to section 2.
2015-03-03 Glenn Morris <rgm@gnu.org>

View file

@ -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 $?