author | Andy Whitcroft <apw@shadowen.org> | |
Thu, 13 Dec 2007 06:58:15 +0000 (06:58 +0000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 13 Dec 2007 17:47:48 +0000 (09:47 -0800) | ||
commit | 5ff6aae8951268d8287337b1875bccae267d2b56 | |
tree | 3ea84578a191219edff37432bb7dad7e343a3df3 | tree | snapshot |
parent | 9e5d87d49070fe0463040e826824d6ce41beb089 | commit | diff |
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>
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 | diff | blob | history |