From: Junio C Hamano Date: Wed, 30 Jan 2008 23:13:37 +0000 (-0800) Subject: builtin-apply.c: pass ws_rule down to match_fragment() X-Git-Tag: v1.5.5-rc0~156^2~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c607aaa2f05b4dc38a6573f44b6f71db05dd8b39?hp=c607aaa2f05b4dc38a6573f44b6f71db05dd8b39 builtin-apply.c: pass ws_rule down to match_fragment() This is necessary to allow match_fragment() to attempt a match with a preimage that is based on a version before whitespace errors were fixed. Signed-off-by: Junio C Hamano ---