apply --whitespace: configuration option.
authorJunio C Hamano <junkio@cox.net>
Mon, 27 Feb 2006 22:47:45 +0000 (14:47 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 27 Feb 2006 22:47:45 +0000 (14:47 -0800)
commit2ae1c53b51ff78b13cc8abf8e9798a12140b7638
treed9be860f24495d94c72cc3c127693244472cb3d7
parentfc96b7c9ba5034a408d508c663a96a15b8f8729c
apply --whitespace: configuration option.

The new configuration option apply.whitespace can take one of
"warn", "error", "error-all", or "strip".  When git-apply is run
to apply the patch to the index, they are used as the default
value if there is no command line --whitespace option.

Andrew can now tell people who feed him git trees to update to
this version and say:

git repo-config apply.whitespace error

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