]> git.ipfire.org Git - thirdparty/git.git/commit - diff.h
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)
commit448c3ef144b2f528bb6dc50153ac13cc2abbc3c4
tree36481d3da41e8cb6b37c4da1e03ac126dd20de62
parented1795fcc5f2aa3f105630429bcbed49c50053fa
diff.c: second war on whitespace.

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>
diff.c
diff.h