Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jk/send-email-expand-paths'
author
Jeff King
<peff@peff.net>
Tue, 1 Dec 2015 23:54:34 +0000
(18:54 -0500)
committer
Jeff King
<peff@peff.net>
Tue, 1 Dec 2015 23:54:34 +0000
(18:54 -0500)
Expand paths in some send-email config variables.
* jk/send-email-expand-paths:
send-email: expand path in sendemail.smtpsslcertpath config
git-send-email.perl
patch
|
blob
|
history
raw
(from parent 1:
30fe9b2
)
diff --git
a/git-send-email.perl
b/git-send-email.perl
index e907e0eacf31c21dcb75fa102eb980d6a51f96c3..719c7153607ce298e0ce9409587a32d9576f346a 100755
(executable)
--- a/
git-send-email.perl
+++ b/
git-send-email.perl
@@
-239,7
+239,6
@@
sub do_edit {
"smtpserveroption" => \@smtp_server_options,
"smtpuser" => \$smtp_authuser,
"smtppass" => \$smtp_authpass,
- "smtpsslcertpath" => \$smtp_ssl_cert_path,
"smtpdomain" => \$smtp_domain,
"smtpauth" => \$smtp_auth,
"to" => \@initial_to,
@@
-259,6
+258,7
@@
sub do_edit {
my %config_path_settings = (
"aliasesfile" => \@alias_files,
+ "smtpsslcertpath" => \$smtp_ssl_cert_path,
);
# Handle Uncouth Termination