From: Junio C Hamano Date: Mon, 6 Jul 2026 22:50:22 +0000 (-0700) Subject: Merge branch 'tb/pack-path-walk-bitmap-delta-islands' X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=982308d6de195e55372d51765842eae7683bc0f0;p=thirdparty%2Fgit.git 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 --- 982308d6de195e55372d51765842eae7683bc0f0