author | Jakub Narebski <jnareb@gmail.com> | |
Wed, 23 Aug 2006 23:58:49 +0000 (01:58 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 26 Aug 2006 02:29:36 +0000 (19:29 -0700) | ||
commit | af33ef21bfb0171973393e21deac7621efd2ec7a | |
tree | d8c886f4a0a4aff238517e49a327175dd34ea8d4 | tree | snapshot |
parent | eee08903b2cb9cfaf9ee2cd69a255ace829ae7c5 | commit | diff |
gitweb: Show information about incomplete lines in commitdiff
In format_diff_line, instead of skipping errors/incomplete lines,
for example
"\ No newline at end of file"
in HTML pretty-printing of diff, use "incomplete" class for div.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
In format_diff_line, instead of skipping errors/incomplete lines,
for example
"\ No newline at end of file"
in HTML pretty-printing of diff, use "incomplete" class for div.
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.css | diff | blob | history | |
gitweb/gitweb.perl | diff | blob | history |