зеркало из https://github.com/microsoft/git.git
gitweb: do not quote path for list version of open "-|"
Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
9f5dcb8168
Коммит
822c185907
|
@ -2347,7 +2347,7 @@ sub git_history {
|
|||
git_print_page_path($file_name, $ftype);
|
||||
|
||||
open my $fd, "-|",
|
||||
$GIT, "rev-list", "--full-history", $hash_base, "--", "\'$file_name\'";
|
||||
$GIT, "rev-list", "--full-history", $hash_base, "--", $file_name;
|
||||
print "<table cellspacing=\"0\">\n";
|
||||
my $alternate = 0;
|
||||
while (my $line = <$fd>) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче