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 /contrib | |
parent | 1b39687784a4b3708fd8c187287aa7de2dd12fbf (diff) | |
download | git-5d3adff65ee3f9caf1c00af1d84021c0025c27e6.tar.gz git-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>
Diffstat (limited to 'contrib')
-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 fdd984d34..10607cdf2 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 |