apply: hoist use_patch() helper for path exclusion up
commit3ee2ad14c6a6823d16eeda2aa48496d4b6e16f70
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 Aug 2014 20:11:17 +0000 (6 13:11 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Aug 2014 19:23:50 +0000 (7 12:23 -0700)
treef474f4ad44be81138f01c8e6ce155276c6a58966
parentd487b0ba50884fb1fd1767ac8c9adc58066ad999
apply: hoist use_patch() helper for path exclusion up

We will be adding a caller to the function a bit earlier in this
file in a later patch.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/apply.c