From: Junio C Hamano Date: Fri, 30 May 2025 18:59:16 +0000 (-0700) Subject: Merge branch 'op/cvsserver-perl-warning' X-Git-Tag: v2.50.0-rc1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cde0d782549a4ba4e926c74a61c094092b50367;p=thirdparty%2Fgit.git Merge branch 'op/cvsserver-perl-warning' 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 --- 5cde0d782549a4ba4e926c74a61c094092b50367