Signed-off-by: Jakub Narebski <jnareb@xxxxxxxxx> --- This patch and all subsequent patches assumes (although this should have no bearing) that patch [PATCH 2] gitweb: Replace git_commitdiff_plain by anonymous subroutine was not applied. (In my repository this commit had been simply reverted). gitweb/gitweb.perl | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index fe9b9ee..1d3d9df 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -538,7 +538,6 @@ sub format_diff_line { } elsif ($char eq "@") { $diff_class = " chunk_header"; } elsif ($char eq "\\") { - # skip errors (incomplete lines) $diff_class = " incomplete"; } $line = untabify($line); -- 1.4.1.1 - To unsubscribe from this list: 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