wildmatch: import wildmatch from git.git
In commit 70a8fc999d (stop using fnmatch (either native or compat), 2014-02-15), upstream git has switched over all code from their internal fnmatch copy to its new wildmatch code. We haven't followed suit, and thus have developed some incompatibilities in how we match regular expressions. Import git's wildmatch from v2.22.0 and add a test suite based on their t3070-wildmatch.sh tests.
Showing
src/wildmatch.c
0 → 100644
src/wildmatch.h
0 → 100644
tests/core/wildmatch.c
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment