diff options
| author | Glenn Morris | 2015-01-02 17:30:52 -0800 |
|---|---|---|
| committer | Glenn Morris | 2015-01-02 17:30:52 -0800 |
| commit | e13e3bd819fca99c86ea6386b3351f45ac50cccd (patch) | |
| tree | 0272e5b2a26d7c9d8dc408f3ef7e44208f7412e5 /admin/update_autogen | |
| parent | 780eb0a732c849100236f22556fe9f4836c18ec5 (diff) | |
| download | emacs-e13e3bd819fca99c86ea6386b3351f45ac50cccd.tar.gz emacs-e13e3bd819fca99c86ea6386b3351f45ac50cccd.zip | |
* 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 ad7eb5735cf..0513d078db1 100755 --- a/admin/update_autogen +++ b/admin/update_autogen | |||
| @@ -228,7 +228,7 @@ commit () | |||
| 228 | 228 | ||
| 229 | echo "Committing..." | 229 | echo "Committing..." |
| 230 | 230 | ||
| 231 | $vcs commit -m "Auto-commit of $type files." "$@" || return $? | 231 | $vcs commit -m "# Auto-commit of $type files." "$@" || return $? |
| 232 | 232 | ||
| 233 | [ "$vcs" = "git" ] && { | 233 | [ "$vcs" = "git" ] && { |
| 234 | $vcs push || return $? | 234 | $vcs push || return $? |