Prepare to implement incremental multi-pack indexes (MIDXs) over the next several commits by first describing the relevant prerequisites (like a new chunk in the MIDX format, the directory structure for incremental MIDXs, etc.) The format is described in detail in the patch contents below, but the high-level description is as follows. Incremental MIDXs live in $GIT_DIR/objects/pack/multi-pack-index.d, and each `*.midx` within that directory has a single "parent" MIDX, which is the MIDX layer immediately before it in the MIDX chain. The chain order resides in a file 'multi-pack-index-chain' in the same directory. Signed-off-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| api-error-handling.txt | ||
| api-index-skel.txt | ||
| api-index.sh | ||
| api-merge.txt | ||
| api-parse-options.txt | ||
| api-simple-ipc.txt | ||
| api-trace2.txt | ||
| bitmap-format.txt | ||
| bundle-uri.txt | ||
| commit-graph.txt | ||
| directory-rename-detection.txt | ||
| hash-function-transition.txt | ||
| long-running-process-protocol.txt | ||
| multi-pack-index.txt | ||
| pack-heuristics.txt | ||
| packfile-uri.txt | ||
| parallel-checkout.txt | ||
| partial-clone.txt | ||
| racy-git.txt | ||
| reftable.txt | ||
| remembering-renames.txt | ||
| repository-version.txt | ||
| rerere.txt | ||
| scalar.txt | ||
| send-pack-pipeline.txt | ||
| shallow.txt | ||
| sparse-checkout.txt | ||
| sparse-index.txt | ||
| trivial-merge.txt | ||
| unit-tests.txt | ||