mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* admin/update_autogen (commit): Switch prefix from "# " to "; ".
This commit is contained in:
parent
ee050a3b19
commit
8d1d8fc474
2 changed files with 6 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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 $?
|
||||
|
|
|
|||
Loading…
Reference in a new issue