summaryrefslogtreecommitdiff
path: root/t/helper/test-read-midx.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-27t/helper/test-read-midx.c: free MIDX within read_midx_file()Libravatar Taylor Blau1-1/+2
2021-10-07test-read-midx: fix leak of bitmap_index structLibravatar Jeff King1-2/+6
2021-09-28builtin/repack.c: make largest pack preferredLibravatar Taylor Blau1-1/+24
2021-09-01t/helper/test-read-midx.c: add --checksum modeLibravatar Taylor Blau1-1/+15
2021-03-30t/helper/test-read-midx.c: add '--show-objects'Libravatar Taylor Blau1-4/+20
2020-08-17multi-pack-index: use hash version byteLibravatar Derrick Stolee1-2/+6
2018-08-20multi-pack-index: store local propertyLibravatar Derrick Stolee1-1/+1
2018-07-20midx: write object offsetsLibravatar Derrick Stolee1-0/+4
2018-07-20midx: write object id fanout chunkLibravatar Derrick Stolee1-1/+3
2018-07-20midx: write object ids in a chunkLibravatar Derrick Stolee1-0/+2
2018-07-20midx: read pack names into arrayLibravatar Derrick Stolee1-0/+5
2018-07-20multi-pack-index: write pack names in chunkLibravatar Derrick Stolee1-0/+7
2018-07-20multi-pack-index: load into memoryLibravatar Derrick Stolee1-0/+31