aboutsummaryrefslogtreecommitdiffstats
path: root/pack-revindex.h
AgeCommit message (Expand)AuthorFilesLines
2023-12-14pack-revindex: implement `midx_pair_to_pack_pos()`Taylor Blau1-0/+3
2023-04-17fsck: validate .rev file headerDerrick Stolee1-0/+8
2023-04-17fsck: create scaffolding for rev-index checksDerrick Stolee1-0/+8
2023-04-13t: invert `GIT_TEST_WRITE_REV_INDEX`Taylor Blau1-1/+1
2023-04-13pack-revindex: introduce GIT_TEST_REV_INDEX_DIE_ON_DISKTaylor Blau1-0/+1
2023-04-13pack-revindex: make `load_pack_revindex` take a repositoryTaylor Blau1-1/+2
2022-08-04docs: move pack format docs to man section 5Ævar Arnfjörð Bjarmason1-1/+1
2021-09-15pack-revindex.h: correct the time complexity descriptionsKyle Zhao1-2/+2
2021-04-01pack-revindex: read multi-pack reverse indexesTaylor Blau1-0/+53
2021-01-25pack-revindex: ensure that on-disk reverse indexes are given precedenceTaylor Blau1-0/+1
2021-01-25t: support GIT_TEST_WRITE_REV_INDEXTaylor Blau1-0/+3
2021-01-25packfile: prepare for the existence of '*.rev' filesTaylor Blau1-1/+9
2021-01-13pack-revindex: hide the definition of 'revindex_entry'Taylor Blau1-5/+0
2021-01-13pack-revindex: remove unused 'find_revindex_position()'Taylor Blau1-1/+0
2021-01-13pack-revindex: remove unused 'find_pack_revindex()'Taylor Blau1-2/+0
2021-01-13pack-revindex: introduce a new APITaylor Blau1-0/+54
2019-04-16pack-revindex: open index if necessaryJeff King1-1/+1
2015-12-21pack-revindex: store entries directly in packed_gitJeff King1-7/+4
2014-01-16do not discard revindex when re-preparing packfilesJeff King1-1/+0
2013-10-24revindex: export new APIsVicent Marti1-0/+8
2008-08-22discard revindex data when pack list changesNicolas Pitre1-0/+1
2008-06-23call init_pack_revindex() lazilyNicolas Pitre1-1/+0
2008-03-01factorize revindex code out of builtin-pack-objects.cNicolas Pitre1-0/+12