Merge branch 'nd/no-more-fnmatch'
commit650c90a18506ce05e2be349d83fe1cef3dc7f8cb
authorJunio C Hamano <gitster@pobox.com>
Fri, 14 Mar 2014 21:25:31 +0000 (14 14:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Mar 2014 21:25:31 +0000 (14 14:25 -0700)
tree6852107d8a2a0d30ea2cfac400fc33bce72fe7bc
parent3a66e1bf9c45ac16169c3b6d4a096d5af3ba6929
parent2c0a1bd616f6d81905c4e8b98e8c9f2d7324924c
Merge branch 'nd/no-more-fnmatch'

We started using wildmatch() in place of fnmatch(3); complete the
process and stop using fnmatch(3).

* nd/no-more-fnmatch:
  actually remove compat fnmatch source code
  stop using fnmatch (either native or compat)
  Revert "test-wildmatch: add "perf" command to compare wildmatch and fnmatch"
  use wildmatch() directly without fnmatch() wrapper
Makefile
builtin/apply.c
builtin/describe.c
diffcore-order.c
dir.c
git-compat-util.h
revision.c