]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'td/ref-filter-restore-prefix-iteration' into jch
authorJunio C Hamano <gitster@pobox.com>
Fri, 26 Jun 2026 02:49:16 +0000 (19:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Jun 2026 02:49:16 +0000 (19:49 -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