From: Miklos Vajna Date: Sun, 27 Apr 2008 12:14:58 +0000 (+0200) Subject: git-send-email: add a new sendemail.cc configuration variable X-Git-Tag: v1.5.6-rc0~58^2~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5f8b9fcd03af09fd7c55407af1f26833728278c2;p=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 Signed-off-by: Junio C Hamano --- diff --git a/git-send-email.perl b/git-send-email.perl index 9e568bf9c..cb05cf5b9 100755 --- a/git-send-email.perl +++ b/git-send-email.perl @@ -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,