summaryrefslogtreecommitdiff
path: root/src/fnmatch.c
Commit message (Expand)AuthorAgeFilesLines
* ignore: move star-star matching closer to it usecmn/ignore-starstarCarlos Martín Nieto2016-04-191-16/+11
* ignore: fix directory limits when searching for star-starCarlos Martín Nieto2016-04-191-6/+24
* git__tolower: a tolower() that isn't dumbEdward Thomson2015-05-291-5/+5
* Restore attributions for fnmatchMartin Woodward2014-05-191-0/+34
* Make ** pattern eat trailing slashrb/fix-starstar-againRussell Belfer2014-05-011-0/+2
* Fix fnmatch comment to be clearerrb/starstar-fnmatchRussell Belfer2014-04-061-1/+3
* Add support for ** matches in ignoresRussell Belfer2014-04-041-3/+8
* update copyrightsEdward Thomson2013-01-081-1/+1
* Import DOS fix for fnmatchRussell Belfer2012-10-151-4/+16
* Always use internal fnmatch, not systemRussell Belfer2012-10-151-0/+180
* fnmatch: Use native on Unix, emulate on Win32Vicent Marti2011-07-061-489/+0
* Add git.git's fnmatch, which is really GNU's and the git__fnmatch wrapperCarlos Martín Nieto2011-06-261-0/+489