зеркало из https://github.com/microsoft/git.git
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:
Родитель
fe8928e6e8
Коммит
5f8b9fcd03
|
@ -203,6 +203,7 @@ my %config_settings = (
|
|||
"smtpuser" => \$smtp_authuser,
|
||||
"smtppass" => \$smtp_authpass,
|
||||
"to" => \@to,
|
||||
"cc" => \@initial_cc,
|
||||
"cccmd" => \$cc_cmd,
|
||||
"aliasfiletype" => \$aliasfiletype,
|
||||
"bcc" => \@bcclist,
|
||||
|
|
Загрузка…
Ссылка в новой задаче