summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorStephen Boyd <bebarino@gmail.com>2009-03-23 10:26:49 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-03-25 02:17:33 (GMT)
commit77813151f983a77f5b5954fb7cb8094198db0567 (patch)
tree193be7d1fe3158ce3922a30c9bfeb31a667c86d2 /contrib
parent3aea1a5a899f5ff34f12d0cd6d8e903ddcfeef3a (diff)
downloadgit-77813151f983a77f5b5954fb7cb8094198db0567.zip
git-77813151f983a77f5b5954fb7cb8094198db0567.tar.gz
git-77813151f983a77f5b5954fb7cb8094198db0567.tar.bz2
completion: add --annotate option to send-email
Signed-off-by: Stephen Boyd <bebarino@gmail.com> Trivially-Acked-By: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/completion/git-completion.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 10e36a7..8719242 100755
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -1264,8 +1264,8 @@ _git_send_email ()
local cur="${COMP_WORDS[COMP_CWORD]}"
case "$cur" in
--*)
- __gitcomp "--bcc --cc --cc-cmd --chain-reply-to --compose
- --dry-run --envelope-sender --from --identity
+ __gitcomp "--annotate --bcc --cc --cc-cmd --chain-reply-to
+ --compose --dry-run --envelope-sender --from --identity
--in-reply-to --no-chain-reply-to --no-signed-off-by-cc
--no-suppress-from --no-thread --quiet
--signed-off-by-cc --smtp-pass --smtp-server