diff options
author | Jakub Narebski <jnareb@gmail.com> | 2006-08-24 19:32:13 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-25 19:34:26 -0700 |
commit | 1613b79faa63e3d0c1add4facc286c18cf1204db (patch) | |
tree | 34278fa5168fac486b33ce83b438cbc405923ff9 /gitweb | |
parent | gitweb: Show information about incomplete lines in commitdiff (diff) | |
download | tgif-1613b79faa63e3d0c1add4facc286c18cf1204db.tar.xz |
gitweb: Remove invalid comment in format_diff_line
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'gitweb')
-rwxr-xr-x | gitweb/gitweb.perl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index fe9b9ee87a..1d3d9df752 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); |