From eb31a45867b4859d8806c823876d345a3b342fee Mon Sep 17 00:00:00 2001 From: Nikolay Shaplov Date: Sun, 7 Jun 2026 18:13:26 +0000 Subject: [PATCH] Touch --- cgi/git4ai-log.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3