projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55f409a
)
send-email: Allow the envelope sender to be set via configuration
author
Ask Bjørn Hansen
<ask@develooper.com>
Sat, 7 Jun 2008 07:33:42 +0000
(
00:33
-0700)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 8 Jun 2008 20:46:38 +0000
(13:46 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl
patch
|
blob
|
history
diff --git
a/git-send-email.perl
b/git-send-email.perl
index a598fdc890c817875766c29aa714d622af770f4b..ec69c237f9a5dede0227d986be703aaddf5c4acf 100755
(executable)
--- a/
git-send-email.perl
+++ b/
git-send-email.perl
@@
-209,6
+209,7
@@
my %config_settings = (
"bcc" => \@bcclist,
"aliasesfile" => \@alias_files,
"suppresscc" => \@suppress_cc,
+ "envelopesender" => \$envelope_sender,
);
# Handle Uncouth Termination