]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/for-each-ref-in-fixes' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 19 Feb 2026 22:29:06 +0000 (14:29 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Feb 2026 22:29:06 +0000 (14:29 -0800)
commit5397753d417a32674fdfb16e8f7e1efda83e1447
tree473385dc2d4584c8e2c3f8c98ae7688ec6c9d3c4
parent3a9b510b86631ff53c5dd4f284f5b834f29387a8
parent6375a00ef16071eadbb383bd9915e277ef304bfe
Merge branch 'ps/for-each-ref-in-fixes' into next

A handful of places used refs_for_each_ref_in() API incorrectly,
which has been corrected.

* ps/for-each-ref-in-fixes:
  bisect: simplify string_list memory handling
  bisect: fix misuse of `refs_for_each_ref_in()`
  pack-bitmap: fix bug with exact ref match in "pack.preferBitmapTips"
  pack-bitmap: deduplicate logic to iterate over preferred bitmap tips
bisect.c
builtin/pack-objects.c