Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
gitweb: Remove invalid comment in format_diff_line
[gitweb.git]
/
gitweb
/
gitweb.perl
diff --git
a/gitweb/gitweb.perl
b/gitweb/gitweb.perl
index fe9b9ee87a94913955dbb18ef5fba007c25dbcfa..1d3d9df752c67b35d603b70d7c12c69e14f62514 100755
(executable)
--- 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);