mirror of
https://github.com/git/git
synced 2024-11-05 18:59:29 +00:00
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)"
This commit is contained in:
commit
f3f671b928
2 changed files with 2 additions and 0 deletions
|
@ -3007,6 +3007,7 @@ sendemail.smtpPass::
|
||||||
sendemail.suppresscc::
|
sendemail.suppresscc::
|
||||||
sendemail.suppressFrom::
|
sendemail.suppressFrom::
|
||||||
sendemail.to::
|
sendemail.to::
|
||||||
|
sendemail.tocmd::
|
||||||
sendemail.smtpDomain::
|
sendemail.smtpDomain::
|
||||||
sendemail.smtpServer::
|
sendemail.smtpServer::
|
||||||
sendemail.smtpServerPort::
|
sendemail.smtpServerPort::
|
||||||
|
|
|
@ -2641,6 +2641,7 @@ _git_config ()
|
||||||
sendemail.suppressfrom
|
sendemail.suppressfrom
|
||||||
sendemail.thread
|
sendemail.thread
|
||||||
sendemail.to
|
sendemail.to
|
||||||
|
sendemail.tocmd
|
||||||
sendemail.validate
|
sendemail.validate
|
||||||
sendemail.smtpbatchsize
|
sendemail.smtpbatchsize
|
||||||
sendemail.smtprelogindelay
|
sendemail.smtprelogindelay
|
||||||
|
|
Loading…
Reference in a new issue