Teach update-index about --ignore-submodules
[gitweb.git] / git-send-email.perl
index b50239636dab4a5f64f4c3d4f8321fc954b3f1a1..1e1d98656d645371612cac02abad4ea33757d40e 100755 (executable)
@@ -203,6 +203,7 @@ sub format_2822_time {
     "smtpuser" => \$smtp_authuser,
     "smtppass" => \$smtp_authpass,
     "to" => \@to,
+    "cc" => \@initial_cc,
     "cccmd" => \$cc_cmd,
     "aliasfiletype" => \$aliasfiletype,
     "bcc" => \@bcclist,