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