From: Junio C Hamano Date: Tue, 26 Feb 2008 20:24:40 +0000 (-0800) Subject: git-apply --whitespace=fix: fix off by one thinko X-Git-Tag: v1.5.5-rc0~147 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c6fabfafbcebca13cee0047b337b7c7a87e3515e?ds=inline;hp=c6fabfafbcebca13cee0047b337b7c7a87e3515e git-apply --whitespace=fix: fix off by one thinko When a patch adds a whitespace followed by end-of-line, the trailing whitespace error was detected correctly but was not fixed, due to misconversion in 42ab241 (builtin-apply.c: do not feed copy_wsfix() leading '+'). Signed-off-by: Junio C Hamano ---