projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af33ef2
)
gitweb: Remove invalid comment in format_diff_line
author
Jakub Narebski
<jnareb@gmail.com>
Thu, 24 Aug 2006 17:32:13 +0000
(19:32 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Sat, 26 Aug 2006 02:34:26 +0000
(19:34 -0700)
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl
patch
|
blob
|
history
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);