]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'op/cvsserver-perl-warning'
authorJunio C Hamano <gitster@pobox.com>
Fri, 30 May 2025 18:59:16 +0000 (11:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 May 2025 18:59:17 +0000 (11:59 -0700)
Recent versions of Perl started warning against "! A =~ /pattern/"
which does not negate the result of the matching.  As it turns out
that the problematic function is not even called, it was removed.

* op/cvsserver-perl-warning:
  cvsserver: remove unused escapeRefName function


Trivial merge