Changes from v1:
- Moves valid FQDN conditions from line-ending conditions to a new
function
- Adds sendemail.smtpdomain to the list in config.txt
Patch 2/3 is unchanged.
Brian Gernhardt (3):
send-email: Don't use FQDNs without a '.'
Document send-email --smtp-domain
send-email: Add sendemail.smtpdomain
Documentation/config.txt | 1 +
Documentation/git-send-email.txt | 7 +++++++
git-send-email.perl | 32 ++++++++++++++++++--------------
3 files changed, 26 insertions(+), 14 deletions(-)