author | Junio C Hamano <junkio@cox.net> | |
Sat, 23 Sep 2006 07:37:19 +0000 (00:37 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 24 Sep 2006 07:12:44 +0000 (00:12 -0700) | ||
commit | d0c25035df4897bb58422b4d64f00b54cf11f07e | |
tree | 78dff698c5fb7b2a533788c3333582e05b1bbf16 | tree | snapshot |
parent | 448c3ef144b2f528bb6dc50153ac13cc2abbc3c4 | commit | diff |
git-apply: second war on whitespace.
This makes --whitespace={warn,error,strip} option to also notice
the leading whitespace errors in addition to the trailing
whitespace errors. Spaces that are followed by a tab in indent
are detected as errors, and --whitespace=strip option fixes them.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This makes --whitespace={warn,error,strip} option to also notice
the leading whitespace errors in addition to the trailing
whitespace errors. Spaces that are followed by a tab in indent
are detected as errors, and --whitespace=strip option fixes them.
Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-apply.c | diff | blob | history |