]> Untitled Git - git4ai.git/commitdiff
Touch
authorNikolay Shaplov <dhyan@nataraj.su>
Sun, 7 Jun 2026 18:13:26 +0000 (18:13 +0000)
committerNikolay Shaplov <dhyan@nataraj.su>
Sun, 7 Jun 2026 18:13:26 +0000 (18:13 +0000)
cgi/git4ai-log.pl

index 004646393b699370657a358e9cd6ba651282381f..812d3ed9e53015229149fb042ee32ba0612f58a1 100755 (executable)
@@ -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;