Merge branch 'jl/interrupt-clone-remove-separate-git-dir'
[gitweb.git] / wildmatch.c
2013-01-10 Merge branch 'jl/interrupt-clone-remove-separate-git...
2013-01-10 Merge branch 'as/dir-c-cleanup'
2013-01-10 Merge branch 'jk/config-uname'
2013-01-10 Merge branch 'nd/wildmatch'
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