]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'td/ref-filter-restore-prefix-iteration' into jch
authorJunio C Hamano <gitster@pobox.com>
Wed, 24 Jun 2026 20:21:09 +0000 (13:21 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Jun 2026 20:21:09 +0000 (13:21 -0700)
Commands that list branches and tags (like git branch and git tag)
have been optimized to pass the namespace prefix when initializing
their ref iterator, avoiding a loose-ref scaling regression in
repositories with many unrelated loose references.

* td/ref-filter-restore-prefix-iteration:
  ref-filter: restore prefix-scoped iteration

1  2 
ref-filter.c

diff --cc ref-filter.c
Simple merge