зеркало из https://github.com/microsoft/git.git
gitweb: spell "blame --porcelain" with -p
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
66d0ff1bd3
Коммит
48fd688ab0
|
@ -2504,7 +2504,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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче