Faster return for wildmatch with trailing '*'.
authorDaniel Carl <danielcarl@gmx.de>
Fri, 5 Sep 2014 21:09:28 +0000 (23:09 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Fri, 5 Sep 2014 21:09:28 +0000 (23:09 +0200)
commit7ac4c9a21ba4032e2c9ac91b7ede43c6d44e3ba0
treee12c8f214795d53c920be1b834b7a0626604826b
parent01f1ad471915c513262ecaed8b54c54fec1c5b22
Faster return for wildmatch with trailing '*'.

If the pattern ends in '*' it's not necessary to call the wildmatch, because
this will match everything.
src/util.c