summaryrefslogtreecommitdiff
path: root/git-send-email.perl
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2008-05-14 13:34:34 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2008-05-14 13:34:34 -0700
commit486d1a56443fb19770a7d1abe08f1f4e9e44534d (patch)
tree0c5b62e39b278cf08594c866ac65f45acf6ca0bf /git-send-email.perl
parentMerge branch 'cc/hooks-doc' (diff)
parentAdd tests for sendemail.cc configuration variable (diff)
downloadtgif-486d1a56443fb19770a7d1abe08f1f4e9e44534d.tar.xz
Merge branch 'mv/format-cc'
* mv/format-cc: Add tests for sendemail.cc configuration variable git-send-email: add a new sendemail.cc configuration variable git-format-patch: add a new format.cc configuration variable
Diffstat (limited to 'git-send-email.perl')
-rwxr-xr-xgit-send-email.perl1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-send-email.perl b/git-send-email.perl
index 9e568bf9c0..cb05cf5b9e 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,