projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02377cf
)
Minor indentation fix.
author
Pascal Obry
<pascal@obry.net>
Mon, 6 Sep 2010 18:12:09 +0000
(20:12 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 7 Sep 2010 00:30:57 +0000
(17:30 -0700)
Signed-off-by: Pascal Obry <pascal@obry.net>
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 6dab3bf6a74bb52c7294e33dbac5bf87b51a9fdf..0063606b55e5a3757810647447b523af665eff3a 100755
(executable)
--- a/
git-send-email.perl
+++ b/
git-send-email.perl
@@
-212,7
+212,7
@@
my %config_settings = (
"smtpserverport" => \$smtp_server_port,
"smtpuser" => \$smtp_authuser,
"smtppass" => \$smtp_authpass,
-
"smtpdomain" => \$smtp_domain,
+ "smtpdomain" => \$smtp_domain,
"to" => \@to,
"cc" => \@initial_cc,
"cccmd" => \$cc_cmd,