diff options
author | Fabián Ezequiel Gallina <fgallina@gnu.org> | 2015-01-28 00:59:33 -0300 |
---|---|---|
committer | Fabián Ezequiel Gallina <fgallina@gnu.org> | 2015-01-28 00:59:33 -0300 |
commit | 0b2014f9cb13efdd6ebc30627d88b9a7f3a42149 (patch) | |
tree | 4f66f04464e135dba69147fd6a324ceddb159e6a /admin/update_autogen | |
parent | 4fc35edd5fcdfe258c04cfed707753fdd8795a72 (diff) | |
parent | e13e3bd819fca99c86ea6386b3351f45ac50cccd (diff) | |
download | emacs-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-x | admin/update_autogen | 2 |
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 $? |