]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit5fd73da391dca25c9022b51dbbc450e321a00e40
treea02f756e5ad15c9b33a905bf244e08405e71ba96
parent2f4af84578ab3302ba188a86e75743cafc23d300
parentd8604c747b2c9c2b61f1257577c2939e5b07c664
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