summaryrefslogtreecommitdiff
path: root/pack-revindex.h
Commit message (Expand)AuthorAgeFilesLines
* fsck: validate .rev file headerDerrick Stolee2023-04-171-0/+8
* fsck: create scaffolding for rev-index checksDerrick Stolee2023-04-171-0/+8
* t: invert `GIT_TEST_WRITE_REV_INDEX`Taylor Blau2023-04-131-1/+1
* pack-revindex: introduce GIT_TEST_REV_INDEX_DIE_ON_DISKTaylor Blau2023-04-131-0/+1
* pack-revindex: make `load_pack_revindex` take a repositoryTaylor Blau2023-04-131-1/+2
* docs: move pack format docs to man section 5Ævar Arnfjörð Bjarmason2022-08-041-1/+1
* 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_gitjk/pack-revindexJeff 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