From: Junio C Hamano Date: Sat, 24 Jun 2017 21:28:37 +0000 (-0700) Subject: Merge branch 'ab/wildmatch-glob-slash-test' X-Git-Tag: v2.14.0-rc0~67 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5fd73da391dca25c9022b51dbbc450e321a00e40?hp=--cc Merge branch 'ab/wildmatch-glob-slash-test' 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 --- 5fd73da391dca25c9022b51dbbc450e321a00e40