Fix "apply --reverse" with regard to whitespace
commit5fda48d67c82e07950e0b0c21cd8c97daefd7be0
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Sat, 7 Jul 2007 17:50:39 +0000 (7 18:50 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 7 Jul 2007 18:54:51 +0000 (7 11:54 -0700)
tree6e00623936013d4aaea619c55cd0d7c45fa96257
parented5f07a6fdc5653e24a5bd6c216d12bc878496bd
Fix "apply --reverse" with regard to whitespace

"git apply" used to take check the whitespace in the wrong
direction.

Noticed by Daniel Barkalow.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-apply.c
t/t4116-apply-reverse.sh