libgit2/tests/revwalk
Carlos Martín Nieto 6708618c10 revwalk: get closer to git
We had some home-grown logic to figure out which objects to show during
the revision walk, but it was rather inefficient, looking over the same
list multiple times to figure out when we had run out of interesting
commits. We now use the lists in a smarter way.

We also introduce the slop mechanism to determine when to stpo
looking. When we run out of interesting objects, we continue preparing
the walk for another 5 rounds in order to make it less likely that we
miss objects in situations with complex graphs.
2016-10-06 11:04:55 +02:00
..
basic.c revwalk: get closer to git 2016-10-06 11:04:55 +02:00
hidecb.c revwalk: get closer to git 2016-10-06 11:04:55 +02:00
mergebase.c merge: Fix memory leak in test 2015-11-02 13:47:04 +01:00
signatureparsing.c signature: Strip crud just like Git does 2015-10-21 11:58:44 +02:00
simplify.c revwalk: get closer to git 2016-10-06 11:04:55 +02:00