git-svn: expand handling of From: and Signed-off-by:
commit5ff6aae8951268d8287337b1875bccae267d2b56
authorAndy Whitcroft <apw@shadowen.org>
Thu, 13 Dec 2007 06:58:15 +0000 (13 06:58 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Dec 2007 17:47:48 +0000 (13 09:47 -0800)
tree3ea84578a191219edff37432bb7dad7e343a3df3
parent9e5d87d49070fe0463040e826824d6ce41beb089
git-svn: expand handling of From: and Signed-off-by:

The current parsing for From: and Signed-off-by: lines handles fully
specified names:

From: Full Name <email@address>

Expand this to include the raw email addresses and straight "names":

From: email@address       -> email <email@address>
From: Full Name           -> Full Name <unknown>

Signed-off-by: Andy Whitcroft <apw@shadowen.org>
Acked-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-svn.perl