]> Lady’s Gitweb - Gitweb/commitdiff
fix "rename" output
authorKay Sievers <redacted>
Thu, 24 Nov 2005 18:43:53 +0000 (19:43 +0100)
committerKay Sievers <redacted>
Thu, 24 Nov 2005 18:43:53 +0000 (19:43 +0100)
Signed-off-by: Kay Sievers <redacted>
gitweb.cgi

index ae9c8be09eb17dc1678d82359c878dad6eb1654f5424d807d3e66df6411f1f71..c497d260b4f9cf7a70855d2a1f20fa103e14be71aa8c8b561bba569128d164c8 100755 (executable)
@@ -146,7 +146,7 @@ sub validate_input {
        if ($input =~ m/(^|\/)(|\.|\.\.)($|\/)/) {
                return undef;
        }
        if ($input =~ m/(^|\/)(|\.|\.\.)($|\/)/) {
                return undef;
        }
-       if ($input =~ m/[^a-zA-Z0-9_\x80-\xff\ \.\/\-\+\#\~\%]/) {
+       if ($input =~ m/[^a-zA-Z0-9_\x80-\xff\ \t\.\/\-\+\#\~\%]/) {
                return undef;
        }
        return $input;
                return undef;
        }
        return $input;
This page took 0.218511 seconds and 4 git commands to generate.