Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-05-15 00:34:34 +0400
committerJunio C Hamano <gitster@pobox.com>2008-05-15 00:34:34 +0400
commit486d1a56443fb19770a7d1abe08f1f4e9e44534d (patch)
tree0c5b62e39b278cf08594c866ac65f45acf6ca0bf /git-send-email.perl
parent29182f7da4b31b11f82281a9a03edd082975dceb (diff)
parent33c592ddd55faa96d0f425710da5742339796b89 (diff)
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,