This is a second version of [1]. It features one more test for a fsck message and reworked commit messages. Aside from fixing a parsing bug in fast-import and improving error messages in git-fsck it makes them both to deny "name> <email>" identities. [1] http://thread.gmane.org/gmane.comp.version-control.git/178035 Dmitry Ivankov (5): fast-import: add input format tests fast-import: don't fail on omitted committer name fast-import: check committer name more strictly fsck: add a few committer name tests fsck: improve committer/author check Documentation/git-fast-import.txt | 4 +- fast-import.c | 33 ++++++++----- fsck.c | 10 ++-- t/t1450-fsck.sh | 36 +++++++++++++ t/t9300-fast-import.sh | 99 +++++++++++++++++++++++++++++++++++++ 5 files changed, 164 insertions(+), 18 deletions(-) -- 1.7.3.4 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html