Expand description
Split index: link extension and sharedindex.<sha1> (Git split-index.c).
Structs§
- Write
Split Index Request - Request from
update-indexfor the next index write.
Functions§
- format_
dump_ split_ index_ file - Format output for
test-tool dump-split-index(Git reads the index withdo_read_indexonly, without merging the shared base — stubs and EWAH bitmaps stay intact). - resolve_
split_ index_ if_ needed - Human-readable split-index dump for
test-tool dump-split-index. Ifindexhas a splitlinkextension, load the shared index and merge entries.