diff.c: second war on whitespace.
authorJunio C Hamano <junkio@cox.net>
Sat, 23 Sep 2006 05:48:39 +0000 (22:48 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 24 Sep 2006 07:12:44 +0000 (00:12 -0700)
This adds DIFF_WHITESPACE color class (default = reverse red) to
colored diff output to let you catch common whitespace errors.

- trailing whitespaces at the end of line
- a space followed by a tab in the indent

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found