]> git.ipfire.org Git - thirdparty/git.git/commit - object-store.h
multi-pack-index: load into memory
authorDerrick Stolee <stolee@gmail.com>
Thu, 12 Jul 2018 19:39:23 +0000 (15:39 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Jul 2018 18:27:28 +0000 (11:27 -0700)
commit4d80560c546179654c32499132a6bdaf3c45b16f
tree8d6d74755e0d85b4924926b0f37c3367b90dd0b9
parentfc59e74844613feac74f305943656f21f92c705e
multi-pack-index: load into memory

Create a new multi_pack_index struct for loading multi-pack-indexes into
memory. Create a test-tool builtin for reading basic information about
that multi-pack-index to verify the correct data is written.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
midx.c
midx.h
object-store.h
t/helper/test-read-midx.c [new file with mode: 0644]
t/helper/test-tool.c
t/helper/test-tool.h
t/t5319-multi-pack-index.sh