diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-05-14 13:34:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-05-14 13:34:34 -0700 |
commit | 486d1a56443fb19770a7d1abe08f1f4e9e44534d (patch) | |
tree | 0c5b62e39b278cf08594c866ac65f45acf6ca0bf /git-send-email.perl | |
parent | Merge branch 'cc/hooks-doc' (diff) | |
parent | Add tests for sendemail.cc configuration variable (diff) | |
download | tgif-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-x | git-send-email.perl | 1 |
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, |