projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7e470c
)
fix "rename" output
author
Kay Sievers
<kay.sievers@suse.de>
Thu, 24 Nov 2005 18:43:53 +0000
(19:43 +0100)
committer
Kay Sievers
<kay.sievers@suse.de>
Thu, 24 Nov 2005 18:43:53 +0000
(19:43 +0100)
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
gitweb.cgi
patch
|
blob
|
history
diff --git
a/gitweb.cgi
b/gitweb.cgi
index
fb0ff76
..
1e19c31
100755
(executable)
--- a/
gitweb.cgi
+++ b/
gitweb.cgi
@@
-146,7
+146,7
@@
sub validate_input {
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;