git-apply: war on whitespace -- finishing touches.
authorJunio C Hamano <junkio@cox.net>
Tue, 28 Feb 2006 09:12:52 +0000 (01:12 -0800)
committerJunio C Hamano <junkio@cox.net>
Tue, 28 Feb 2006 09:17:14 +0000 (01:17 -0800)
commit56248c5a5c77f65fe591dfec3ac413147d227ec4
tree290fa093ceb0da4d49ae0a505bd451bea31b125e
parent5c0d46eb3d5ab9182a2c6d942189671720f80f74
git-apply: war on whitespace -- finishing touches.

This changes the default --whitespace policy to nowarn when we
are only getting --stat, --summary etc. IOW when not applying
the patch.  When applying the patch, the default is warn (spit
out warning message but apply the patch).

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