summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-06-21 04:47:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-06-21 04:47:06 (GMT)
commit451316d9bd9d117533cf32bb352bc370190075fc (patch)
tree4e2d5ed88c4d5dfd781bfb9b5c8e029c27fa6f8c /contrib
parentb58f6b50c1032a8ac56ab09e99500d43da3919d1 (diff)
parentcb8a9bd518002dd4fb693df6230b4976bafc15e0 (diff)
downloadgit-451316d9bd9d117533cf32bb352bc370190075fc.zip
git-451316d9bd9d117533cf32bb352bc370190075fc.tar.gz
git-451316d9bd9d117533cf32bb352bc370190075fc.tar.bz2
Merge branch 'pb/send-email-cccmd-fix'
* pb/send-email-cccmd-fix: Test cccmd in t9001-send-email.sh and fix some bugs
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/completion/git-completion.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 80ab4e4..b60cb68 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1299,7 +1299,7 @@ _git_rebase ()
}
__git_send_email_confirm_options="always never auto cc compose"
-__git_send_email_suppresscc_options="author self cc ccbody sob cccmd body all"
+__git_send_email_suppresscc_options="author self cc bodycc sob cccmd body all"
_git_send_email ()
{