aboutsummaryrefslogtreecommitdiffstats
path: root/t/helper/test-read-midx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-04-24treewide: remove cache.h inclusion due to previous changesElijah Newren1-1/+0
2023-04-24packfile.h: move pack_window and pack_entry from cache.hElijah Newren1-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2021-10-27t/helper/test-read-midx.c: free MIDX within read_midx_file()Taylor Blau1-1/+2
2021-10-07test-read-midx: fix leak of bitmap_index structJeff King1-2/+6
2021-09-28builtin/repack.c: make largest pack preferredTaylor Blau1-1/+24
2021-09-01t/helper/test-read-midx.c: add --checksum modeTaylor Blau1-1/+15
2021-03-30t/helper/test-read-midx.c: add '--show-objects'Taylor Blau1-4/+20
2020-08-17multi-pack-index: use hash version byteDerrick Stolee1-2/+6
2018-08-20multi-pack-index: store local propertyDerrick Stolee1-1/+1
2018-07-20midx: write object offsetsDerrick Stolee1-0/+4
2018-07-20midx: write object id fanout chunkDerrick Stolee1-1/+3
2018-07-20midx: write object ids in a chunkDerrick Stolee1-0/+2
2018-07-20midx: read pack names into arrayDerrick Stolee1-0/+5
2018-07-20multi-pack-index: write pack names in chunkDerrick Stolee1-0/+7
2018-07-20multi-pack-index: load into memoryDerrick Stolee1-0/+31