libgit2/tests/commit
Carlos Martín Nieto 65d69fe854 commit: ignore multiple author fields
Some tools create multiple author fields. git is rather lax when parsing
them, although fsck does complain about them. This means that they exist
in the wild.

As it's not too taxing to check for them, and there shouldn't be a
noticeable slowdown when dealing with correct commits, add logic to skip
over these extra fields when parsing the commit.
2015-06-11 08:24:58 +02:00
..
commit.c Introduce cl_assert_equal_oid 2014-07-01 14:40:16 -04:00
parent.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
parse.c commit: ignore multiple author fields 2015-06-11 08:24:58 +02:00
signature.c signature: don't allow empty emails 2014-09-10 18:14:46 +02:00
write.c Remove the signature from ref-modifying functions 2015-03-03 14:40:50 +01:00