projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddc3d4f
)
bash completion: Add --[no-]validate to "git send-email"
author
Teemu Likonen
<tlikonen@iki.fi>
Sun, 28 Sep 2008 04:51:21 +0000
(07:51 +0300)
committer
Shawn O. Pearce
<spearce@spearce.org>
Fri, 3 Oct 2008 02:14:47 +0000
(19:14 -0700)
Signed-off-by: Teemu Likonen <tlikonen@iki.fi>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
contrib/completion/git-completion.bash
patch
|
blob
|
history
diff --git
a/contrib/completion/git-completion.bash
b/contrib/completion/git-completion.bash
index 93f088189e6b65e03eddea9013273f0559837d26..7284c3b5a8d34f126632a3c87fda93d5bf7240a5 100755
(executable)
--- 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