From: Kevin Ballard <kevin@sb.org>
To: git@vger.kernel.org
Cc: Kevin Ballard <kevin@sb.org>, Junio C Hamano <gitster@pobox.com>,
<trast@student.ethz.ch>
Subject: [PATCH] git-send-email: Fix warning triggered by f6bebd12 when no encryption is set
Date: Thu, 26 Jun 2008 13:36:39 -0700 [thread overview]
Message-ID: <1214512599-88902-1-git-send-email-kevin@sb.org> (raw)
In-Reply-To: <DF091369-1771-4405-8705-BDBC59C7E48A@sb.org>
---
git-send-email.perl | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/git-send-email.perl b/git-send-email.perl
index 60a6551..b93cd40 100755
--- a/git-send-email.perl
+++ b/git-send-email.perl
@@ -299,6 +299,8 @@ sub read_config {
$smtp_encryption = $enc;
} elsif (Git::config_bool(@repo, "$prefix.smtpssl")) {
$smtp_encryption = 'ssl';
+ } else {
+ $smtp_encryption = '';
}
}
}
--
1.5.6.1.180.g7b731
next prev parent reply other threads:[~2008-06-26 20:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-26 20:19 commit 'git-send-email: add support for TLS via Net::SMTP::SSL' causes warnings Kevin Ballard
2008-06-26 20:36 ` Kevin Ballard [this message]
2008-06-26 20:48 ` Thomas Rast
2008-06-26 21:03 ` Thomas Rast
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1214512599-88902-1-git-send-email-kevin@sb.org \
--to=kevin@sb.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=trast@student.ethz.ch \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox