git-apply: second war on whitespace.
authorJunio C Hamano <junkio@cox.net>
Sat, 23 Sep 2006 07:37:19 +0000 (00:37 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 24 Sep 2006 07:12:44 +0000 (00:12 -0700)
This makes --whitespace={warn,error,strip} option to also notice
the leading whitespace errors in addition to the trailing
whitespace errors. Spaces that are followed by a tab in indent
are detected as errors, and --whitespace=strip option fixes them.

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