diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-06-20 21:47:06 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-06-20 21:47:06 -0700 |
commit | 451316d9bd9d117533cf32bb352bc370190075fc (patch) | |
tree | 4e2d5ed88c4d5dfd781bfb9b5c8e029c27fa6f8c /contrib | |
parent | b58f6b50c1032a8ac56ab09e99500d43da3919d1 (diff) | |
parent | cb8a9bd518002dd4fb693df6230b4976bafc15e0 (diff) | |
download | git-451316d9bd9d117533cf32bb352bc370190075fc.tar.gz git-451316d9bd9d117533cf32bb352bc370190075fc.tar.xz |
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-x | contrib/completion/git-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 80ab4e45e..b60cb68a8 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 () { |