All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Documentation/config: add sendemail.tocmd to list preceding "See git-send-email(1)"
@ 2017-11-13 14:14 Rasmus Villemoes
  2017-11-13 14:14 ` [PATCH 2/2] completion: add git config sendemail.tocmd Rasmus Villemoes
  0 siblings, 1 reply; 2+ messages in thread
From: Rasmus Villemoes @ 2017-11-13 14:14 UTC (permalink / raw)
  To: gitster; +Cc: git, Rasmus Villemoes

Signed-off-by: Rasmus Villemoes <rv@rasmusvillemoes.dk>
---
 Documentation/config.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/config.txt b/Documentation/config.txt
index 671fcbaa0..d88fc9f63 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -3000,6 +3000,7 @@ sendemail.smtpPass::
 sendemail.suppresscc::
 sendemail.suppressFrom::
 sendemail.to::
+sendemail.tocmd::
 sendemail.smtpDomain::
 sendemail.smtpServer::
 sendemail.smtpServerPort::
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/2] completion: add git config sendemail.tocmd
  2017-11-13 14:14 [PATCH 1/2] Documentation/config: add sendemail.tocmd to list preceding "See git-send-email(1)" Rasmus Villemoes
@ 2017-11-13 14:14 ` Rasmus Villemoes
  0 siblings, 0 replies; 2+ messages in thread
From: Rasmus Villemoes @ 2017-11-13 14:14 UTC (permalink / raw)
  To: gitster; +Cc: git, Rasmus Villemoes

Signed-off-by: Rasmus Villemoes <rv@rasmusvillemoes.dk>
---
 contrib/completion/git-completion.bash | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.11.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-13 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-13 14:14 [PATCH 1/2] Documentation/config: add sendemail.tocmd to list preceding "See git-send-email(1)" Rasmus Villemoes
2017-11-13 14:14 ` [PATCH 2/2] completion: add git config sendemail.tocmd Rasmus Villemoes

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.