author | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 30 Dec 2009 15:03:48 +0000 (07:03 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 31 Dec 2009 22:46:08 +0000 (14:46 -0800) | ||
commit | 74fbd1182a8300dd0a1d788120813b6d5b9e5cb6 | |
tree | 9dfb98d148980f6522f3e35883cf51cb5a37bcc6 | tree | snapshot |
parent | 63cb8215997fa7bef4319339060869a8c9cee8aa | commit | diff |
fast-import: Document author/committer/tagger name is optional
The fast-import parser does not validate that the author, committer
or tagger name component contains both a name and an email address.
Therefore the name component has always been optional. Correct the
documentation to match the implementation.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The fast-import parser does not validate that the author, committer
or tagger name component contains both a name and an email address.
Therefore the name component has always been optional. Correct the
documentation to match the implementation.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fast-import.txt | diff | blob | history | |
fast-import.c | diff | blob | history |