From 1b39687784a4b3708fd8c187287aa7de2dd12fbf Mon Sep 17 00:00:00 2001 From: Rasmus Villemoes Date: Mon, 13 Nov 2017 15:14:42 +0100 Subject: [PATCH 1/2] Documentation/config: add sendemail.tocmd to list preceding "See git-send-email(1)" Signed-off-by: Rasmus Villemoes Signed-off-by: Junio C Hamano --- Documentation/config.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/config.txt b/Documentation/config.txt index 671fcbaa0f..d88fc9f635 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:: From 5d3adff65ee3f9caf1c00af1d84021c0025c27e6 Mon Sep 17 00:00:00 2001 From: Rasmus Villemoes Date: Mon, 13 Nov 2017 15:14:43 +0100 Subject: [PATCH 2/2] completion: add git config sendemail.tocmd Signed-off-by: Rasmus Villemoes Signed-off-by: Junio C Hamano --- 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 fdd984d34a..10607cdf2b 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