test-wildmatch: add "perf" command to compare wildmatch and fnmatch
[gitweb.git] / wildmatch.c
2013-01-01 wildmatch: support "no FNM_PATHNAME" mode
2013-01-01 wildmatch: make dowild() take arbitrary flags
2013-01-01 wildmatch: rename constants and update prototype
2013-01-01 wildmatch: replace variable 'special' with better named...
2013-01-01 wildmatch: fix "**" special case
2012-10-15 wildmatch: make /**/ match zero or more directories
2012-10-15 wildmatch: adjust "**" behavior
2012-10-15 wildmatch: fix case-insensitive matching
2012-10-15 wildmatch: remove static variable force_lower_case
2012-10-15 wildmatch: make wildmatch's return value compatible...
2012-10-15 Integrate wildmatch to git
2012-10-15 wildmatch: follow Git's coding convention
2012-10-15 wildmatch: remove unnecessary functions
2012-10-15 Import wildmatch from rsync