From: Nikolay Shaplov Date: Sun, 7 Jun 2026 18:13:26 +0000 (+0000) Subject: Touch X-Git-Url: http://gitweb.nataraj.world/?a=commitdiff_plain;h=eb31a45867b4859d8806c823876d345a3b342fee;p=git4ai.git Touch --- diff --git a/cgi/git4ai-log.pl b/cgi/git4ai-log.pl index 0046463..812d3ed 100755 --- a/cgi/git4ai-log.pl +++ b/cgi/git4ai-log.pl @@ -13,7 +13,7 @@ my $nonce = $ENV{GIT_NONCE} || $ENV{REQUEST_ID}; $repo =~ s{[^a-zA-Z0-9._-]}{}g; -$branch =~ s{[^a-zA-Z0-9._/\-]}{}g; +$branch =~ s{[^a-zA-Z0-9._/\-]}{}g; $offset = 0 if $offset < 0; $nonce =~ s{[^a-zA-Z0-9._-]}{}g;