apply: squelch excessive errors and --whitespace=error-all
authorJunio C Hamano <junkio@cox.net>
Mon, 27 Feb 2006 22:16:30 +0000 (14:16 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 27 Feb 2006 22:16:30 +0000 (14:16 -0800)
This by default makes --whitespace=warn, error, and strip to
warn only the first 5 additions of trailing whitespaces. A new
option --whitespace=error-all can be used to view all of them
before applying.

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