Re: [PATCH v3] send-email: Improve format of smtp initialization error message

2015-01-04 Thread Alexander Kuleshov
Yes, like this, but is it suitable for: >> die "msg\n", >> "\tvar1=val1\n", >> "\tvar2=val2\n", >> defined $var3 ? "\tvar3=val3\n" : ""; ? I finally got confused, how to print it... 2014-12-30 22:13 GMT+06:00 Junio C Hamano : > Alex Kuleshov writes: >

Re: [PATCH v3] send-email: Improve format of smtp initialization error message

2014-12-30 Thread Junio C Hamano
Alex Kuleshov writes: > What's about output like this: > > Unable to initialize SMTP properly. Check config and use --smtp-debug. > > VALUES: > server=smtp.gmail.com > encryption= > hello=localhost.localdomain > port=587 Hmmm, maybe I am being slow but what's about it? I

Re: [PATCH v3] send-email: Improve format of smtp initialization error message

2014-12-30 Thread Alex Kuleshov
What's about output like this: Unable to initialize SMTP properly. Check config and use --smtp-debug. VALUES: server=smtp.gmail.com encryption= hello=localhost.localdomain port=587 Junio C Hamano @ 2014-12-30 00:50 QYZT: > Alexander Kuleshov writes: > >> Signed

Re: [PATCH v3] send-email: Improve format of smtp initialization error message

2014-12-29 Thread Junio C Hamano
Alexander Kuleshov writes: > Signed-off-by: Alexander Kuleshov > --- > git-send-email.perl | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/git-send-email.perl b/git-send-email.perl > index 82c6fea..60dcd8d 100755 > --- a/git-send-email.perl > +++ b/git-send-emai

[PATCH v3] send-email: Improve format of smtp initialization error message

2014-12-29 Thread Alexander Kuleshov
Signed-off-by: Alexander Kuleshov --- git-send-email.perl | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/git-send-email.perl b/git-send-email.perl index 82c6fea..60dcd8d 100755 --- a/git-send-email.perl +++ b/git-send-email.perl @@ -1275,10 +1275,10 @@ X-Mailer: git-s