]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tb/pseudo-merge-bugfixes' into tb/bitmap-build-performance
authorJunio C Hamano <gitster@pobox.com>
Wed, 20 May 2026 02:32:39 +0000 (11:32 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 May 2026 02:32:39 +0000 (11:32 +0900)
commitd9e49a6abe15a291ab87868f3195dabe10be4790
treead3c32e3dfb17d2fa9ded3f27fd07bcede9653dd
parent1c00d2d8392f603a6263f11f1a50fde96ae5475e
parent5e6e8dc7860374d79bad3e2a3ade0c2d391bbad6
Merge branch 'tb/pseudo-merge-bugfixes' into tb/bitmap-build-performance

* tb/pseudo-merge-bugfixes:
  pack-bitmap: prevent pattern leak on pseudo-merge re-assignment
  Documentation: fix broken `sampleRate` in gitpacking(7)
  pack-bitmap: reject pseudo-merge "sampleRate" of 0
  pack-bitmap: parse commits in `find_pseudo_merge_group_for_ref()`
  pack-bitmap: fix pseudo-merge lookup for shared commits
  pack-bitmap: fix inverted binary search in `pseudo_merge_at()`
  pack-bitmap-write: sort pseudo-merge commit lookup table in pack order
  t5333: demonstrate various pseudo-merge bugs
  t/helper: add 'test-tool bitmap write' subcommand