src/midx.h


Log

Author Commit Date CI Message
Edward Thomson 69fb8979 2020-11-21T22:54:26 midx: use GIT_ASSERT
lhchavez 005e7715 2020-02-23T22:28:52 multipack: Introduce a parser for multi-pack-index files This change is the first in a series to add support for git's multi-pack-index. This should speed up large repositories significantly. Part of: #5399