summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8d863c9)
raw | patch | inline | side by side (parent: 8d863c9)
author | Miklos Vajna <vmiklos@frugalware.org> | |
Mon, 1 Oct 2007 12:42:42 +0000 (14:42 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 25 Oct 2007 03:13:07 +0000 (20:13 -0700) |
Some projects prefer to receive patches via a given email address.
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>
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>
Documentation/git-send-email.txt | patch | blob | history | |
git-send-email.perl | patch | blob | history |
index 3727776a0bf3196cd1d99ba4c2756767dca00567..e38b7021b4d38c07bd794e59be0a5e0747a8b775 100644 (file)
Format of the file(s) specified in sendemail.aliasesfile. Must be
one of 'mutt', 'mailrc', 'pine', or 'gnus'.
+sendemail.to::
+ Email address (or alias) to always send to.
+
sendemail.cccmd::
Command to execute to generate per patch file specific "Cc:"s.
diff --git a/git-send-email.perl b/git-send-email.perl
index 62e1429733375356bdeb5054c3dca2581a5524fe..96051bc01e1585a69a3e0746bbef7016ec01663e 100755 (executable)
--- a/git-send-email.perl
+++ b/git-send-email.perl
"smtpserverport" => \$smtp_server_port,
"smtpuser" => \$smtp_authuser,
"smtppass" => \$smtp_authpass,
+ "to" => \@to,
"cccmd" => \$cc_cmd,
"aliasfiletype" => \$aliasfiletype,
"bcc" => \@bcclist,