diff options
author | Stephen Boyd <bebarino@gmail.com> | 2009-03-23 03:26:49 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-24 19:17:33 -0700 |
commit | 77813151f983a77f5b5954fb7cb8094198db0567 (patch) | |
tree | 193be7d1fe3158ce3922a30c9bfeb31a667c86d2 /contrib | |
parent | 3aea1a5a899f5ff34f12d0cd6d8e903ddcfeef3a (diff) | |
download | git-77813151f983a77f5b5954fb7cb8094198db0567.tar.gz git-77813151f983a77f5b5954fb7cb8094198db0567.tar.xz |
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-x | contrib/completion/git-completion.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 10e36a7b0..871924249 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 |