builtin-apply.c: pass ws_rule down to match_fragment()
commitc607aaa2f05b4dc38a6573f44b6f71db05dd8b39
authorJunio C Hamano <gitster@pobox.com>
Wed, 30 Jan 2008 23:13:37 +0000 (30 15:13 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Feb 2008 08:38:41 +0000 (5 00:38 -0800)
tree4e72cf897716e85d208d8ae80bdd145867897ce9
parentee810b715912347775fa06a0d5b16092b4908d66
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 <gitster@pobox.com>
builtin-apply.c