Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/git.c
diff options
context:
space:
mode:
authorTaylor Blau <me@ttaylorr.com>2021-08-24 19:15:59 +0300
committerJunio C Hamano <gitster@pobox.com>2021-08-24 23:21:13 +0300
commit917a54c01755c3a0de7abea4b3afbc125aaf1d76 (patch)
treeba1f184dadaadd44358d46d37e00a498bbcf6a9e /git.c
parent1d7f7f242c89947c3f0bc0ade651e614a2f0a38f (diff)
Documentation: describe MIDX-based bitmaps
Update the technical documentation to describe the multi-pack bitmap format. This patch merely introduces the new format, and describes its high-level ideas. Git does not yet know how to read nor write these multi-pack variants, and so the subsequent patches will: - Introduce code to interpret multi-pack bitmaps, according to this document. - Then, introduce code to write multi-pack bitmaps from the 'git multi-pack-index write' sub-command. Finally, the implementation will gain tests in subsequent patches (as opposed to inline with the patch teaching Git how to write multi-pack bitmaps) to avoid a cyclic dependency. Signed-off-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git.c')
0 files changed, 0 insertions, 0 deletions