]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tb/pack-path-walk-bitmap-delta-islands' into jch
authorJunio C Hamano <gitster@pobox.com>
Fri, 26 Jun 2026 02:49:19 +0000 (19:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Jun 2026 02:49:19 +0000 (19:49 -0700)
commit8811ac8af4e92efb75c29672508932f8beeef7af
tree5a715406359b4976cc584655875de2619168567b
parentc5f1ce3a6d74666ce40f7bca1c6cd4a8a07e5a47
parent7e6de2ac62817199a2c8dd464f9e33ae0b4966e3
Merge branch 'tb/pack-path-walk-bitmap-delta-islands' into jch

The pack-objects command now supports using 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