Re: [PATCH v2] send-email: Much readable error output

2014-12-28 Thread Eric Sunshine
On Sat, Dec 27, 2014 at 6:09 AM, Alexander Kuleshov wrote: > Signed-off-by: Alexander Kuleshov This patch has two distinct goals. First, it's adding "\n" to 'die' messages to suppress the file+line# information which Perl appends automatically to 'die' output. Second, it's trying to format the "

[PATCH v2] send-email: Much readable error output

2014-12-27 Thread Alexander Kuleshov
Signed-off-by: Alexander Kuleshov --- git-send-email.perl | 36 ++-- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/git-send-email.perl b/git-send-email.perl index 82c6fea..eb02ef9 100755 --- a/git-send-email.perl +++ b/git-send-email.perl @@ -38,7