prepend '--' to filelist when calling git-diff-tree
This commit is contained in:
parent
9e4f7d9a5d
commit
bfb689bcf3
@ -2123,7 +2123,7 @@ sub git_history {
|
||||
"</div>\n";
|
||||
print "<div class=\"page_path\"><b>/" . esc_html($file_name) . "</b><br/></div>\n";
|
||||
|
||||
open my $fd, "-|", "$gitbin/git-rev-list $hash | $gitbin/git-diff-tree -r --stdin \'$file_name\'";
|
||||
open my $fd, "-|", "$gitbin/git-rev-list $hash | $gitbin/git-diff-tree -r --stdin -- \'$file_name\'";
|
||||
my $commit;
|
||||
print "<table cellspacing=\"0\">\n";
|
||||
my $alternate = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user