Merge branch 'ab/wildmatch-glob-slash-test'
authorJunio C Hamano <gitster@pobox.com>
Sat, 24 Jun 2017 21:28:37 +0000 (14:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sat, 24 Jun 2017 21:28:37 +0000 (14:28 -0700)
A new test to show the interaction between the pattern [^a-z]
(which matches '/') and a slash in a path has been added. The
pattern should not match the slash with "pathmatch", but should
with "wildmatch".

* ab/wildmatch-glob-slash-test:
wildmatch test: cover a blind spot in "/" matching

No differences found