From: Junio C Hamano Date: Sat, 19 Jan 2008 08:42:22 +0000 (-0800) Subject: builtin-apply.c: refactor small part that matches context X-Git-Tag: v1.5.5-rc0~156^2~14 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c89fb6b19a91add28a111cf257e01cba2c8de69c?hp=c89fb6b19a91add28a111cf257e01cba2c8de69c builtin-apply.c: refactor small part that matches context This moves three "if" conditions out of line from find_offset() function, which is responsible for finding the matching place in the preimage to apply the patch. There is no change in the logic of the program. Signed-off-by: Junio C Hamano ---