stop using fnmatch (either native or compat)
commit70a8fc999d9f0afbc793b21bbb911ecde4e24367
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 15 Feb 2014 02:01:48 +0000 (15 09:01 +0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Feb 2014 22:16:11 +0000 (20 14:16 -0800)
tree0c5e0af16b03fdcdc71467ca6e495921485f3478
parentff8802283f78e02ccd5d450ccf0ac434bc6258c7
stop using fnmatch (either native or compat)

Since v1.8.4 (about six months ago) wildmatch is used as default
replacement for fnmatch. We have seen only one fix since so wildmatch
probably has done a good job as fnmatch replacement. This concludes
the fnmatch->wildmatch transition by no longer relying on fnmatch.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
config.mak.uname
configure.ac
git-compat-util.h
t/t3070-wildmatch.sh
test-wildmatch.c