diff options
author | 2008-10-09 10:19:51 -0700 | |
---|---|---|
committer | 2008-10-09 10:19:51 -0700 | |
commit | d5c527448db30be55553e0b125015e8d444f8dbc (patch) | |
tree | 5962aa862019c30cf672463c0870d4d8a232e096 /contrib/completion | |
parent | Merge branch 'mv/merge-refresh' (diff) | |
parent | bash completion: Add --[no-]validate to "git send-email" (diff) | |
download | tgif-d5c527448db30be55553e0b125015e8d444f8dbc.tar.xz |
Merge branch 'mw/sendemail'
* mw/sendemail:
bash completion: Add --[no-]validate to "git send-email"
send-email: signedoffcc -> signedoffbycc, but handle both
Docs: send-email: Create logical groupings for man text
Docs: send-email: Create logical groupings for --help text
Docs: send-email: Remove unnecessary config variable description
Docs: send-email: --chain_reply_to -> --[no-]chain-reply-to
send-email: change --no-validate to boolean --[no-]validate
Docs: send-email: Man page option ordering
Docs: send-email usage text much sexier
Docs: send-email's usage text and man page mention same options
Diffstat (limited to 'contrib/completion')
-rwxr-xr-x | contrib/completion/git-completion.bash | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 15073d4c9f..d192927c20 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1123,7 +1123,8 @@ _git_send_email () --no-suppress-from --no-thread --quiet --signed-off-by-cc --smtp-pass --smtp-server --smtp-server-port --smtp-ssl --smtp-user --subject - --suppress-cc --suppress-from --thread --to" + --suppress-cc --suppress-from --thread --to + --validate --no-validate" return ;; esac |