mailinfo: cleanup extra spaces for complex 'From:'
authorKirill Smelkov <kirr@landau.phys.spbu.ru>
Sun, 1 Feb 2009 17:45:05 +0000 (20:45 +0300)
committerJunio C Hamano <gitster@pobox.com>
Sun, 1 Feb 2009 20:11:15 +0000 (12:11 -0800)
currently for cases like

From: A U Thor <a.u.thor@example.com> (Comment)

mailinfo extracts the following 'Author:' field:

Author: A U Thor (Comment)
^^
which has two extra spaces left in there after removed email part.

I think this is wrong so here is a fix.

Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found