Here <name> is the person’s display name (for example
“Com M Itter”)
So the original text is correct --- a <name> cannot contain LT because
a less-than sign marks the boundary between a name and email address.
Maybe you were wondering what characters are valid in an e-mail address?
The comments in fast-import.c and code in ident.c are consistent about
this: the forbidden characters are <, >, and LF, though no one seems to
check (see also my other reply). A patch to explain this (including a
reference to git-commit-tree(1), I guess) might be useful.
git won’t understand an email with embedded > or LF. I’m not sure a <
would cause problems, but I don’t mind that it is disallowed.
Hope that helps,
Jonathan
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html