]> rtime.felk.cvut.cz Git - git.git/commit
send-email: Don't use FQDNs without a '.'
authorBrian Gernhardt <brian@gernhardtsoftware.com>
Sat, 10 Apr 2010 14:53:54 +0000 (10:53 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 10 Apr 2010 20:01:20 +0000 (13:01 -0700)
commit59a8630338ea0173b9777eb9b3e3c9185643efb1
tree7e1c779ece52de3913b1a0b5f3071c9bd54cf7d6
parent68ce93307fcc0364816664114a71c58f60bbad94
send-email: Don't use FQDNs without a '.'

Although Net::Domain::domainname attempts to be very thorough, the
host's configuration can still refuse to give a FQDN.  Check to see if
what we receive contains a dot as a basic sanity check.

Since the same condition is used twice and getting complex, let's move
it to a new function.

Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl