author | Junio C Hamano <junkio@cox.net> | |
Mon, 27 Feb 2006 22:47:45 +0000 (14:47 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 28 Feb 2006 01:36:00 +0000 (17:36 -0800) | ||
commit | 383e20b6144d01286c90c0c82d88f92173a038f6 | |
tree | 58534cb00be6fd8b00ed6fce352754ea85f8b774 | tree | snapshot |
parent | 59aa256204f74e02579d7586884c73f0db6eb0d6 | commit | diff |
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>
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 | diff | blob | history | |
cache.h | diff | blob | history | |
environment.c | diff | blob | history |