fast-import: Document author/committer/tagger name is optional
commit74fbd1182a8300dd0a1d788120813b6d5b9e5cb6
authorShawn O. Pearce <spearce@spearce.org>
Wed, 30 Dec 2009 15:03:48 +0000 (30 07:03 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 31 Dec 2009 22:46:08 +0000 (31 14:46 -0800)
tree9dfb98d148980f6522f3e35883cf51cb5a37bcc6
parent63cb8215997fa7bef4319339060869a8c9cee8aa
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>
Documentation/git-fast-import.txt
fast-import.c