mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* admin/update_autogen (commit): Prepend "# " to commit message.
This commit is contained in:
parent
780eb0a732
commit
e13e3bd819
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue