summaryrefslogtreecommitdiff
path: root/pack-revindex.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-15pack-revindex.h: correct the time complexity descriptionsLibravatar Kyle Zhao1-2/+2
2021-04-01pack-revindex: read multi-pack reverse indexesLibravatar Taylor Blau1-0/+53
2021-01-25pack-revindex: ensure that on-disk reverse indexes are given precedenceLibravatar Taylor Blau1-0/+1
2021-01-25t: support GIT_TEST_WRITE_REV_INDEXLibravatar Taylor Blau1-0/+3
2021-01-25packfile: prepare for the existence of '*.rev' filesLibravatar Taylor Blau1-1/+9
2021-01-13pack-revindex: hide the definition of 'revindex_entry'Libravatar Taylor Blau1-5/+0
2021-01-13pack-revindex: remove unused 'find_revindex_position()'Libravatar Taylor Blau1-1/+0
2021-01-13pack-revindex: remove unused 'find_pack_revindex()'Libravatar Taylor Blau1-2/+0
2021-01-13pack-revindex: introduce a new APILibravatar Taylor Blau1-0/+54
2019-04-16pack-revindex: open index if necessaryLibravatar Jeff King1-1/+1
2015-12-21pack-revindex: store entries directly in packed_gitLibravatar Jeff King1-7/+4
2014-01-16do not discard revindex when re-preparing packfilesLibravatar Jeff King1-1/+0
2013-10-24revindex: export new APIsLibravatar Vicent Marti1-0/+8
2008-08-22discard revindex data when pack list changesLibravatar Nicolas Pitre1-0/+1
2008-06-23call init_pack_revindex() lazilyLibravatar Nicolas Pitre1-1/+0
2008-03-01factorize revindex code out of builtin-pack-objects.cLibravatar Nicolas Pitre1-0/+12