]> git.ipfire.org Git - thirdparty/git.git/commit
builtin-apply --reverse: two bugfixes.
authorJunio C Hamano <junkio@cox.net>
Wed, 16 Aug 2006 23:07:20 +0000 (16:07 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 17 Aug 2006 04:08:45 +0000 (21:08 -0700)
commit03eb8f8aeb8a483b11b797cca012fdded818a5c1
tree5f9155b3b26652c310ee35023313f2d95adf0a6b
parent409d1d2053657f73a3222651111740606122aa80
builtin-apply --reverse: two bugfixes.

Parsing of a binary hunk did not consume the terminating blank
line.  When applying in reverse, it did not use the second,
reverse binary hunk.

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