]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'tb/show-ref-optim'
authorJunio C Hamano <gitster@pobox.com>
Mon, 13 Jun 2022 22:53:42 +0000 (15:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Jun 2022 22:53:42 +0000 (15:53 -0700)
"git show-ref --heads" (and "--tags") still iterated over all the
refs only to discard refs outside the specified area, which has
been corrected.

* tb/show-ref-optim:
  builtin/show-ref.c: avoid over-iterating with --heads, --tags


Trivial merge