diff options
author | Rasmus Villemoes <rv@rasmusvillemoes.dk> | 2017-11-13 15:14:43 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-14 15:42:01 +0900 |
commit | 5d3adff65ee3f9caf1c00af1d84021c0025c27e6 (patch) | |
tree | 01f5ec080d6fd0a5f25cd9f8e303fe4c8d4960bd | |
parent | Documentation/config: add sendemail.tocmd to list preceding "See git-send-ema... (diff) | |
download | tgif-5d3adff65ee3f9caf1c00af1d84021c0025c27e6.tar.xz |
completion: add git config sendemail.tocmd
Signed-off-by: Rasmus Villemoes <rv@rasmusvillemoes.dk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | contrib/completion/git-completion.bash | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index fdd984d34a..10607cdf2b 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -2642,6 +2642,7 @@ _git_config () sendemail.suppressfrom sendemail.thread sendemail.to + sendemail.tocmd sendemail.validate sendemail.smtpbatchsize sendemail.smtprelogindelay |