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