diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2008-10-09 10:19:51 -0700 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-10-09 10:19:51 -0700 |
commit | d5c527448db30be55553e0b125015e8d444f8dbc (patch) | |
tree | 5962aa862019c30cf672463c0870d4d8a232e096 /contrib | |
parent | 76c3fb1f844753c4186975a483943e1970b3c4e2 (diff) | |
parent | fd3a8dcbbd5972912cad44d7a5571d7606b8739e (diff) | |
download | git-d5c527448db30be55553e0b125015e8d444f8dbc.tar.gz git-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')
-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 15073d4c9..d192927c2 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 |