git-contacts: do not fail parsing of good diffs
commit8f72011f1c4a626ed1c1e826661d42274f465e29
authorLars Gullik Bjønnes <larsbj@gullik.org>
Sat, 15 Feb 2014 17:24:50 +0000 (15 18:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Feb 2014 23:10:47 +0000 (18 15:10 -0800)
tree484a9a2368e9367349b4ea3fe666a2bc6f8a5506
parent5f95c9f850b19b368c43ae399cc831b17a26a5ac
git-contacts: do not fail parsing of good diffs

If a line in a patch starts with "--- " it will be deemed
malformed unless it also contains the proper diff header
format. This situation can happen with a valid patch if
it has a line starting with "-- " and that line is removed.

This patch just removes the check in git-contacts.

Signed-off-by: Lars Gullik Bjønnes <larsbj@gullik.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/contacts/git-contacts