Skip to content

Commit f3f671b

Browse files
committed
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)"
2 parents 022dd4a + 5d3adff commit f3f671b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Documentation/config.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3007,6 +3007,7 @@ sendemail.smtpPass::
30073007
sendemail.suppresscc::
30083008
sendemail.suppressFrom::
30093009
sendemail.to::
3010+
sendemail.tocmd::
30103011
sendemail.smtpDomain::
30113012
sendemail.smtpServer::
30123013
sendemail.smtpServerPort::

contrib/completion/git-completion.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2641,6 +2641,7 @@ _git_config ()
26412641
sendemail.suppressfrom
26422642
sendemail.thread
26432643
sendemail.to
2644+
sendemail.tocmd
26442645
sendemail.validate
26452646
sendemail.smtpbatchsize
26462647
sendemail.smtprelogindelay

0 commit comments

Comments
 (0)