]> Lady’s Gitweb - Gitweb/commitdiff
gitweb: spell "blame --porcelain" with -p
authorJunio C Hamano <redacted>
Thu, 12 Oct 2006 07:47:03 +0000 (00:47 -0700)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:10 +0000 (00:07 -0400)
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl

index bb335413cdedeb4c2f3f6066a72ee4a58c4df5fc613758b0040d7de91db1d585..50aca37b7d0fed988f9acdb715679087aa13168a8619b700f0511d3b4a5758c8 100755 (executable)
@@ -2567,7 +2567,7 @@ sub git_blame2 {
        if ($ftype !~ "blob") {
                die_error("400 Bad Request", "Object is not a blob");
        }
-       open ($fd, "-|", git_cmd(), "blame", '--porcelain', '--',
+       open ($fd, "-|", git_cmd(), "blame", '-p', '--',
              $file_name, $hash_base)
                or die_error(undef, "Open git-blame failed");
        git_header_html();
This page took 0.414631 seconds and 4 git commands to generate.