diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-11-27 11:06:32 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-27 11:06:32 +0900 |
commit | f3f671b9283abc960d59c30c529aea94530cf2ec (patch) | |
tree | 6b4f2227d899230a51bc42ad2d2486686e3bb914 /Documentation/config.txt | |
parent | Merge branch 'jc/merge-base-fork-point-doc' (diff) | |
parent | completion: add git config sendemail.tocmd (diff) | |
download | tgif-f3f671b9283abc960d59c30c529aea94530cf2ec.tar.xz |
Merge branch 'rv/sendemail-tocmd-in-config-and-completion'
Teach "sendemail.tocmd" to places that know about "sendemail.to",
like documentation and shell completion (in contrib/).
* rv/sendemail-tocmd-in-config-and-completion:
completion: add git config sendemail.tocmd
Documentation/config: add sendemail.tocmd to list preceding "See git-send-email(1)"
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 5f65fa9234..531649cb40 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -3007,6 +3007,7 @@ sendemail.smtpPass:: sendemail.suppresscc:: sendemail.suppressFrom:: sendemail.to:: +sendemail.tocmd:: sendemail.smtpDomain:: sendemail.smtpServer:: sendemail.smtpServerPort:: |