Merge branch 'ds/chunked-file-api' into tb/reverse-midx
authorJunio C Hamano <gitster@pobox.com>
Wed, 24 Feb 2021 23:26:14 +0000 (15:26 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Feb 2021 23:26:14 +0000 (15:26 -0800)
commit11875561bf29cadc91fe43b7383ae05e4ab112b5
tree2ba52cbbaa8fc305211434ac4bfc7801ba886c04
parent966e671106b2fd38301e7c344c754fd118d0bb07
parentc4ff24bbb354377a6a7937744fbbef2898243fc7
Merge branch 'ds/chunked-file-api' into tb/reverse-midx

* ds/chunked-file-api:
  commit-graph.c: display correct number of chunks when writing
  chunk-format: add technical docs
  chunk-format: restore duplicate chunk checks
  midx: use 64-bit multiplication for chunk sizes
  midx: use chunk-format read API
  commit-graph: use chunk-format read API
  chunk-format: create read chunk API
  midx: use chunk-format API in write_midx_internal()
  midx: drop chunk progress during write
  midx: return success/failure in chunk write methods
  midx: add num_large_offsets to write_midx_context
  midx: add pack_perm to write_midx_context
  midx: add entries to write_midx_context
  midx: use context in write_midx_pack_names()
  midx: rename pack_info to write_midx_context
  commit-graph: use chunk-format write API
  chunk-format: create chunk format write API
  commit-graph: anonymize data in chunk_write_fn
Documentation/technical/pack-format.txt
Makefile
commit-graph.c
midx.c
t/t5318-commit-graph.sh
t/t5319-multi-pack-index.sh