]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit4fd32a39fe002020d498e6d264f0c14a47ceae01
tree6dfd3ce4be7af5af801ef3a554be1b15e0d74b06
parente79af096ba38e31c3597c0674df458f09ea4aff4
parentad2e20d8aab0d4d43fbac407736f05a94e65c49b
Merge branch 'td/ref-filter-restore-prefix-iteration' into jch

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
ref-filter.c