From: Teemu Likonen Date: Sun, 28 Sep 2008 04:51:21 +0000 (+0300) Subject: bash completion: Add --[no-]validate to "git send-email" X-Git-Tag: v1.6.1-rc1~164^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fd3a8dcbbd5972912cad44d7a5571d7606b8739e;p=git.git bash completion: Add --[no-]validate to "git send-email" Signed-off-by: Teemu Likonen Signed-off-by: Shawn O. Pearce --- diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 93f088189..7284c3b5a 100755 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -1141,7 +1141,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