]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tb/pack-path-walk-bitmap-delta-islands'
authorJunio C Hamano <gitster@pobox.com>
Mon, 6 Jul 2026 22:50:22 +0000 (15:50 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Jul 2026 22:50:23 +0000 (15:50 -0700)
commit982308d6de195e55372d51765842eae7683bc0f0
treec9824d154aff57f6217ec1f1743a49e2f91c1bf2
parent32d5049a71942df782d4abccd92f2a179c70cfed
parent7e6de2ac62817199a2c8dd464f9e33ae0b4966e3
Merge branch 'tb/pack-path-walk-bitmap-delta-islands'

The pack-objects command has been updated to support reachability
bitmaps and delta-islands concurrently with the `--path-walk` option,
allowing faster packaging by falling back to path-walk when bitmaps
cannot fully satisfy the request.

* tb/pack-path-walk-bitmap-delta-islands:
  pack-objects: support `--delta-islands` with `--path-walk`
  pack-objects: extract `record_tree_depth()` helper
  pack-objects: support reachability bitmaps with `--path-walk`
  t/perf: drop p5311's lookup-table permutation
builtin/pack-objects.c