libgit2/tests/revwalk
Russell Belfer 5302a88538 Fix pqueue sort boundary condition bug
If the pqueue comparison fn returned just 0 or 1 (think "a<b")
then the sort order of returned items could be wrong because there
was a "< 0" that really needed to be "<= 0".  Yikes!!!
2014-03-12 11:21:55 -07:00
..
basic.c Fix pqueue sort boundary condition bug 2014-03-12 11:21:55 -07:00
mergebase.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
signatureparsing.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
simplify.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00