From: Junio C Hamano Date: Sat, 23 Sep 2006 07:37:19 +0000 (-0700) Subject: git-apply: second war on whitespace. X-Git-Tag: v1.4.3-rc1~22^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d0c25035df4897bb58422b4d64f00b54cf11f07e?ds=inline;hp=d0c25035df4897bb58422b4d64f00b54cf11f07e 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 ---