commit | 621603b76afe00471613ce92b78376fc57f21234 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Mon Feb 27 17:07:16 2006 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Mon Feb 27 17:34:26 2006 -0800 |
tree | 06ff1c11ee6d1f1ede5d56acc42eba0f16d93515 | |
parent | 2ae1c53b51ff78b13cc8abf8e9798a12140b7638 [diff] |
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>