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/completion/git-completion.bash | |
| parent | Merge branch 'pb/maint-1.6.2-userdiff-fix' (diff) | |
| parent | Test cccmd in t9001-send-email.sh and fix some bugs (diff) | |
| download | git-451316d9bd9d117533cf32bb352bc370190075fc.tar.gz git-451316d9bd9d117533cf32bb352bc370190075fc.zip | |
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/completion/git-completion.bash')
| -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 80ab4e45eb..b60cb68a8b 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 () { |
