git-apply --reverse: simplify reverse option.
commitf686d03034c74bd0de2002b7c277a0838662ea00
authorJunio C Hamano <junkio@cox.net>
Tue, 15 Aug 2006 06:26:51 +0000 (14 23:26 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 15 Aug 2006 06:26:51 +0000 (14 23:26 -0700)
treef1923ea15220eeff845f9834ec0c903290f73356
parent6a0ebe8ced66b154a48074d3e3321ff1972ec669
git-apply --reverse: simplify reverse option.

Having is_reverse in each patch did not make sense.  This will hopefully
simplify the work needed to introduce reversible binary diff format.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-apply.c