git-send-email: add a new sendemail.cc configuration variable
Some projects prefer to always CC patches to a given mailing list. In these cases, it's handy to configure that address once. Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
fe8928e6e8
commit
5f8b9fcd03
@ -203,6 +203,7 @@ my %config_settings = (
|
|||||||
"smtpuser" => \$smtp_authuser,
|
"smtpuser" => \$smtp_authuser,
|
||||||
"smtppass" => \$smtp_authpass,
|
"smtppass" => \$smtp_authpass,
|
||||||
"to" => \@to,
|
"to" => \@to,
|
||||||
|
"cc" => \@initial_cc,
|
||||||
"cccmd" => \$cc_cmd,
|
"cccmd" => \$cc_cmd,
|
||||||
"aliasfiletype" => \$aliasfiletype,
|
"aliasfiletype" => \$aliasfiletype,
|
||||||
"bcc" => \@bcclist,
|
"bcc" => \@bcclist,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user