add test files
This commit is contained in:
parent
5b6dcc3fde
commit
cc3245b651
@ -2047,6 +2047,7 @@ sub git_history {
|
||||
escapeHTML(chop_str($co{'title'}, 50)) . "</b>") . "</td>\n" .
|
||||
"<td class=\"link\">" .
|
||||
$cgi->a({-href => "$my_uri?p=$project;a=commit;h=$commit"}, "commit") .
|
||||
" | " . $cgi->a({-href => "$my_uri?p=$project;a=commitdiff;h=$commit"}, "commitdiff") .
|
||||
" | " . $cgi->a({-href => "$my_uri?p=$project;a=blob;hb=$commit;f=$file_name"}, "blob");
|
||||
my $blob = git_get_hash_by_path($hash, $file_name);
|
||||
my $blob_parent = git_get_hash_by_path($commit, $file_name);
|
||||
|
4
test/file with spaces
Normal file
4
test/file with spaces
Normal file
@ -0,0 +1,4 @@
|
||||
This
|
||||
filename
|
||||
has
|
||||
spaces.
|
6
test/file+plus+sign
Normal file
6
test/file+plus+sign
Normal file
@ -0,0 +1,6 @@
|
||||
This
|
||||
file
|
||||
has
|
||||
+
|
||||
plus
|
||||
chars.
|
Loading…
Reference in New Issue
Block a user