From: Pascal Obry <pascal@obry.net>
To: git@vger.kernel.org
Cc: Pascal Obry <pascal@obry.net>
Subject: [PATCH v4 0/3] Add support for SMTP server options
Date: Mon, 6 Sep 2010 19:38:00 +0200 [thread overview]
Message-ID: <1283794683-2796-1-git-send-email-pascal@obry.net> (raw)
This is v4 of the patch thanks to Junio and AEvar for the review and help.
context:
--------
I'm not familiar at all with Perl so comments on style or usage most
welcomed. This patch is to introduce a way to pass specific options to the
SMTP server used by git-send-email.
I need that to be able to use different SMTP account (wanadoo, gmail...) on
some Git repositories to send over proper identity.
change since v3:
----------------
I have moved smtp server option description after smtp server port. Seems
more natural to me.
I have added note about the fact that multiple lines are needed for each
option in configuration files.
patches:
--------
The two first patches are really code clean-up found while working on this
new feature. The last patch is the actual implementation of this new
feature.
Pascal Obry (3):
Minor indentation fix.
Remove @smtp_host_parts variable as not used.
New send-email option smtpserveroption.
Documentation/config.txt | 1 +
Documentation/git-send-email.txt | 9 +++++++++
git-send-email.perl | 12 +++++++++---
3 files changed, 19 insertions(+), 3 deletions(-)
--
1.7.2.2.277.gb49c4
next reply other threads:[~2010-09-06 17:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-06 17:38 Pascal Obry [this message]
2010-09-06 17:38 ` [PATCH v4 1/3] Minor indentation fix Pascal Obry
2010-09-06 17:38 ` [PATCH v4 2/3] Remove @smtp_host_parts variable as not used Pascal Obry
2010-09-06 17:38 ` [PATCH v4 3/3] New send-email option smtpserveroption Pascal Obry
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=1283794683-2796-1-git-send-email-pascal@obry.net \
--to=pascal@obry.net \
--cc=git@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).