mailinfo and git-am: allow "John Doe <johndoe>"
authorJunio C Hamano <junkio@cox.net>
Thu, 15 Dec 2005 00:31:06 +0000 (16:31 -0800)
committerJunio C Hamano <junkio@cox.net>
Thu, 15 Dec 2005 00:31:06 +0000 (16:31 -0800)
commite0e3ba208d235ab5623a86204fbd20b449520764
tree6f9e317480401ff8910d28c986885bb501bf5c25
parent252fef7149204d52ed4b46fd7e8ac8c803ceb0aa
mailinfo and git-am: allow "John Doe <johndoe>"

An isolated developer could have a local-only e-mail, which will
be stripped out by mailinfo because it lacks '@'.  Define a
fallback parser to accomodate that.

At the same time, reject authorless patch in git-am.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-am.sh
mailinfo.c