pub fn format_dump_split_index_file(
data: &[u8],
index: &Index,
) -> Result<String>Expand description
Format output for test-tool dump-split-index (Git reads the index with do_read_index only,
without merging the shared base — stubs and EWAH bitmaps stay intact).