]> Kevux Git Server - rit/commit
Merge branch 'ps/for-each-ref-in-fixes'
authorJunio C Hamano <gitster@pobox.com>
Fri, 27 Feb 2026 23:11:50 +0000 (15:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Feb 2026 23:11:50 +0000 (15:11 -0800)
commitaa95f87c740011f7d21555c5ad7f0870faf4b5c8
treec0a39d47a9577cde07467ee145fd7cd7de3c8126
parent341be27dfef8aba66f10be58aec1395075081e85
parent6375a00ef16071eadbb383bd9915e277ef304bfe
Merge branch 'ps/for-each-ref-in-fixes'

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