]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: do not quote path for list version of open "-|"
authorJakub Narebski <redacted>
Mon, 31 Jul 2006 16:33:37 +0000 (18:33 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:05:46 +0000 (00:05 -0400)
Signed-off-by: Jakub Narebski <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.cgi

index 2044f803a0d3d3d84e5f670b7e86c8cd8dc9dbaf09e0a3eb404bce6d1f4c5c6e..e61f68146d02869d9b36e1ec37d54810eb86e840db0ec177c4f622f9cacedadf 100755 (executable)
@@ -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>) {
This page took 0.275092 seconds and 4 git commands to generate.