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:34:26 +0000 (17:34 -0800)
commit621603b76afe00471613ce92b78376fc57f21234
tree06ff1c11ee6d1f1ede5d56acc42eba0f16d93515
parent2ae1c53b51ff78b13cc8abf8e9798a12140b7638
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