Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2013-01-01 | wildmatch: replace variable 'special' with better named ones | Nguyễn Thái Ngọc Duy | 1 | -9/+9 |
2013-01-01 | wildmatch: fix "**" special case | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2012-10-15 | wildmatch: make /**/ match zero or more directories | Nguyễn Thái Ngọc Duy | 1 | -0/+12 |
2012-10-15 | wildmatch: adjust "**" behavior | Nguyễn Thái Ngọc Duy | 1 | -6/+7 |
2012-10-15 | wildmatch: fix case-insensitive matching | Nguyễn Thái Ngọc Duy | 1 | -0/+2 |
2012-10-15 | wildmatch: remove static variable force_lower_case | Nguyễn Thái Ngọc Duy | 1 | -16/+5 |
2012-10-15 | wildmatch: make wildmatch's return value compatible with fnmatch | Nguyễn Thái Ngọc Duy | 1 | -9/+12 |
2012-10-15 | Integrate wildmatch to git | Nguyễn Thái Ngọc Duy | 1 | -1/+4 |
2012-10-15 | wildmatch: follow Git's coding convention | Nguyễn Thái Ngọc Duy | 1 | -146/+146 |
2012-10-15 | wildmatch: remove unnecessary functions | Nguyễn Thái Ngọc Duy | 1 | -154/+10 |
2012-10-15 | Import wildmatch from rsync | Nguyễn Thái Ngọc Duy | 1 | -0/+368 |