libgit2/tests-clar/revwalk
Russell Belfer b71071313f git_reference_next_name must match git_reference_next
The git_reference_next API silently skips invalid references when
scanning the loose refs.  The git_reference_next_name API should
skip the same ones even though it isn't creating the reference
object.

This adds a test with a an invalid loose reference and makes sure
that both APIs skip the same entries and generate the same results.
2013-07-22 11:01:19 -07:00
..
basic.c git_reference_next_name must match git_reference_next 2013-07-22 11:01:19 -07:00
mergebase.c Add a test case. 2013-06-25 22:55:13 +02:00
signatureparsing.c Simplify signature parsing 2013-02-20 17:03:18 +01:00