]> git.ipfire.org Git - thirdparty/git.git/commit - git-send-email.perl
git-send-email: fix missing space in error message
authorSylvain Rabot <sylvain@abstraction.fr>
Fri, 29 Apr 2011 18:23:24 +0000 (20:23 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Apr 2011 18:34:32 +0000 (11:34 -0700)
commita1dd7e16ad6df793fc393d6df8e9082261a0ce42
treef10eea8ab4d2baf0359204b74799de0a9aceae58
parentec014eac0e9e6f30cbbca616090fa2ecf74797e7
git-send-email: fix missing space in error message

When the command cannot make a connection to the SMTP server the error
message to diagnose the broken configuration is issued.  However, when an
optional smtp-server-port is given and needs to be reported, the message
lacked a space between "hello=<smtp-domain>" and "port=<smtp-server-port>".

Signed-off-by: Sylvain Rabot <sylvain@abstraction.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl