git-apply --whitespace=nowarn
authorJunio C Hamano <junkio@cox.net>
Tue, 28 Feb 2006 01:07:16 +0000 (17:07 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 28 Feb 2006 01:36:00 +0000 (17:36 -0800)
commit5c0d46eb3d5ab9182a2c6d942189671720f80f74
tree97afff55162d7bfadf62d4632f1f923df9b8e814
parent383e20b6144d01286c90c0c82d88f92173a038f6
git-apply --whitespace=nowarn

Andrew insists --whitespace=warn should be the default, and I
tend to agree.  This introduces --whitespace=warn, so if your
project policy is more lenient, you can squelch them by having
apply.whitespace=nowarn in your configuration file.

Signed-off-by: Junio C Hamano <junkio@cox.net>
apply.c