1
0
mirror of https://github.com/git/git.git synced 2024-10-05 02:11:43 +02:00

add test files

This commit is contained in:
Kay Sievers 2005-11-14 05:43:02 +01:00
parent 5b6dcc3fde
commit cc3245b651
3 changed files with 11 additions and 0 deletions

@ -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

@ -0,0 +1,4 @@
This
filename
has
spaces.

6
test/file+plus+sign Normal file

@ -0,0 +1,6 @@
This
file
has
+
plus
chars.