author | Junio C Hamano <junkio@cox.net> | |
Thu, 15 Dec 2005 00:31:06 +0000 (16:31 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 15 Dec 2005 00:31:06 +0000 (16:31 -0800) | ||
commit | e0e3ba208d235ab5623a86204fbd20b449520764 | |
tree | 6f9e317480401ff8910d28c986885bb501bf5c25 | tree | snapshot |
parent | 252fef7149204d52ed4b46fd7e8ac8c803ceb0aa | commit | diff |
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>
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 | diff | blob | history | |
mailinfo.c | diff | blob | history |