Export matches_pack_name() and fix its return value
authorJunio C Hamano <gitster@pobox.com>
Mon, 17 Sep 2007 06:15:19 +0000 (23:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Sep 2007 19:25:26 +0000 (12:25 -0700)
The function sounds boolean; make it behave as one, not "0 for
success, non-zero for failure".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found