Now that Linus fixed full history generation, we can add this to the optimized history generation. Signed-off-by: Luben Tuikov <ltuikov@xxxxxxxxx> --- gitweb/gitweb.cgi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gitweb/gitweb.cgi b/gitweb/gitweb.cgi index d808900..934af4a 100755 --- a/gitweb/gitweb.cgi +++ b/gitweb/gitweb.cgi @@ -2296,7 +2296,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 -- \'$file_name\'"; + open my $fd, "-|", "$gitbin/git-rev-list --full-history $hash -- \'$file_name\'"; print "<table cellspacing=\"0\">\n"; my $alternate = 0; while (my $line = <$fd>) { -- 1.4.1.rc2.gffcf - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html