git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] send-email: --smtp-domain improvements
@ 2010-04-09  5:11 Brian Gernhardt
  2010-04-09  5:11 ` [PATCH 1/3] send-email: Don't use FQDNs without a '.' Brian Gernhardt
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Brian Gernhardt @ 2010-04-09  5:11 UTC (permalink / raw)
  To: Git List; +Cc: Junio C Hamano

The first patch keeps send-email from using a bogus FQDN for my laptop.
Oddly enough, my MTA doesn't mind "localhost.localdomain" but complains
about "My-Computer".

The second adds documentation for --smtp-domain to the git-send-email man
page.  The only documentation for it was in the code and the usage message.

The last is just an enhancement, but I was honestly surprised that
--smtp-domain didn't have a configuration.

Brian Gernhardt (3):
  send-email: Don't use FQDNs without a '.'
  Document send-email --smtp-domain
  send-email: Add sendemail.smtpdomain

 Documentation/git-send-email.txt |    7 +++++++
 git-send-email.perl              |   26 ++++++++++++++------------
 2 files changed, 21 insertions(+), 12 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-04-16 17:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-09  5:11 [PATCH 0/3] send-email: --smtp-domain improvements Brian Gernhardt
2010-04-09  5:11 ` [PATCH 1/3] send-email: Don't use FQDNs without a '.' Brian Gernhardt
2010-04-09  5:36   ` Junio C Hamano
2010-04-13  8:43     ` [PATCH] git-send-email.perl: Add sub maildomain_sanitize Jari Aalto
2010-04-13 11:35       ` [PATCH] git-send-email.perl: add maildomain_sanitize() Jari Aalto
2010-04-15 12:47         ` Jakub Narebski
2010-04-16 15:49           ` [PATCH v2] git-send-email.perl: Add sub maildomain_sanitize Jari Aalto
2010-04-16 16:11             ` Jakub Narebski
2010-04-16 17:00               ` Start encouraging English.pm (Was: [PATCH v2] git-send-email.perl: Add sub maildomain_sanitize) Jari Aalto
2010-04-09  5:11 ` [PATCH 2/3] Document send-email --smtp-domain Brian Gernhardt
2010-04-09  5:11 ` [PATCH 3/3] send-email: Add sendemail.smtpdomain Brian Gernhardt
2010-04-09  6:56   ` Jakub Narebski

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).