Skip to content

Commit 5f8b9fc

Browse files
Miklos Vajnagitster
authored andcommitted
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 <vmiklos@frugalware.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent fe8928e commit 5f8b9fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

git-send-email.perl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ sub format_2822_time {
203203
"smtpuser" => \$smtp_authuser,
204204
"smtppass" => \$smtp_authpass,
205205
"to" => \@to,
206+
"cc" => \@initial_cc,
206207
"cccmd" => \$cc_cmd,
207208
"aliasfiletype" => \$aliasfiletype,
208209
"bcc" => \@bcclist,

0 commit comments

Comments
 (0)