summaryrefslogtreecommitdiff
path: root/admin/update_autogen
diff options
context:
space:
mode:
authorFabián Ezequiel Gallina <fgallina@gnu.org>2015-01-28 00:59:33 -0300
committerFabián Ezequiel Gallina <fgallina@gnu.org>2015-01-28 00:59:33 -0300
commit0b2014f9cb13efdd6ebc30627d88b9a7f3a42149 (patch)
tree4f66f04464e135dba69147fd6a324ceddb159e6a /admin/update_autogen
parent4fc35edd5fcdfe258c04cfed707753fdd8795a72 (diff)
parente13e3bd819fca99c86ea6386b3351f45ac50cccd (diff)
downloademacs-0b2014f9cb13efdd6ebc30627d88b9a7f3a42149.tar.gz
Merge from origin/emacs-24
e13e3bd * admin/update_autogen (commit): Prepend "# " to commit message.
Diffstat (limited to 'admin/update_autogen')
-rwxr-xr-xadmin/update_autogen2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/update_autogen b/admin/update_autogen
index 1a84030a5b0..73e8aebe3d8 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 $?