git-send-email: add a new sendemail.to configuration variable
Some projects prefer to receive patches via a given email address. 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:

committed by
Junio C Hamano

parent
8d863c98b2
commit
2db9b49c6c
@ -191,6 +191,7 @@ my %config_settings = (
|
||||
"smtpserverport" => \$smtp_server_port,
|
||||
"smtpuser" => \$smtp_authuser,
|
||||
"smtppass" => \$smtp_authpass,
|
||||
"to" => \@to,
|
||||
"cccmd" => \$cc_cmd,
|
||||
"aliasfiletype" => \$aliasfiletype,
|
||||
"bcc" => \@bcclist,
|
||||
|
Reference in New Issue
Block a user