aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorTeemu Likonen <tlikonen@iki.fi>2008-09-28 07:51:21 +0300
committerShawn O. Pearce <spearce@spearce.org>2008-10-02 19:14:47 -0700
commitfd3a8dcbbd5972912cad44d7a5571d7606b8739e (patch)
tree2784f9823df54c616510dd1e2087d2c4658ca13b /contrib
parentddc3d4fe84d245b81afddf305b7d92ae1f0bc556 (diff)
downloadgit-fd3a8dcbbd5972912cad44d7a5571d7606b8739e.tar.gz
git-fd3a8dcbbd5972912cad44d7a5571d7606b8739e.tar.xz
bash completion: Add --[no-]validate to "git send-email"
Signed-off-by: Teemu Likonen <tlikonen@iki.fi> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/completion/git-completion.bash3
1 files changed, 2 insertions, 1 deletions
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