]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/ref-filter-lrstrip-optim'
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:51 +0000 (15:11 -0800)
Code clean-up.

* jk/ref-filter-lrstrip-optim:
  ref-filter: clarify lstrip/rstrip component counting
  ref-filter: avoid strrchr() in rstrip_ref_components()
  ref-filter: simplify rstrip_ref_components() memory handling
  ref-filter: simplify lstrip_ref_components() memory handling
  ref-filter: factor out refname component counting

1  2 
ref-filter.c

diff --cc ref-filter.c
Simple merge