libgit2/tests-clar/pack
Carlos Martín Nieto cf0582b43c indexer: do multiple passes over the delta list
Though unusual, a packfile may contain a delta whose base is a delta
that comes later. In order index such a packfile, we must not give up
on the first failure to resolve a delta, but keep it around.

If there is a pass which makes no progress, this indicates that the
packfile is broken, so fail accordingly.
2013-10-04 10:18:20 +02:00
..
indexer.c indexer: do multiple passes over the delta list 2013-10-04 10:18:20 +02:00
packbuilder.c indexer: kill git_indexer 2013-03-03 15:19:21 +01:00