summaryrefslogtreecommitdiffstats
path: root/pack-revindex.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* pack-revindex.h: correct the time complexity descriptionsKyle Zhao2021-09-151-2/+2
* pack-revindex: read multi-pack reverse indexesTaylor Blau2021-04-011-0/+53
* pack-revindex: ensure that on-disk reverse indexes are given precedenceTaylor Blau2021-01-251-0/+1
* t: support GIT_TEST_WRITE_REV_INDEXTaylor Blau2021-01-251-0/+3
* packfile: prepare for the existence of '*.rev' filesTaylor Blau2021-01-251-1/+9
* pack-revindex: hide the definition of 'revindex_entry'Taylor Blau2021-01-131-5/+0
* pack-revindex: remove unused 'find_revindex_position()'Taylor Blau2021-01-131-1/+0
* pack-revindex: remove unused 'find_pack_revindex()'Taylor Blau2021-01-131-2/+0
* pack-revindex: introduce a new APITaylor Blau2021-01-131-0/+54
* pack-revindex: open index if necessaryJeff King2019-04-161-1/+1
* pack-revindex: store entries directly in packed_gitJeff King2015-12-211-7/+4
* do not discard revindex when re-preparing packfilesJeff King2014-01-161-1/+0
* revindex: export new APIsVicent Marti2013-10-241-0/+8
* discard revindex data when pack list changesNicolas Pitre2008-08-221-0/+1
* call init_pack_revindex() lazilyNicolas Pitre2008-06-231-1/+0
* factorize revindex code out of builtin-pack-objects.cNicolas Pitre2008-03-011-0/+12