Merge branch 'nd/wildmatch-double-asterisk'
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Nov 2018 13:37:19 +0000 (22:37 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Nov 2018 13:37:19 +0000 (22:37 +0900)
commit25e4da89edc5339019f0d7c29a21ef4e08cccf24
tree9e1782553ba16f42b8f08c79582f9639a8cab6f6
parent8c758f9a67a265ae51beddfd9895d48a42c2af13
parente5bbe09e88545cd1a3bcf2b157f020f92e0b5def
Merge branch 'nd/wildmatch-double-asterisk'

A pattern with '**' that does not have a slash on either side used
to be an invalid one, but the code now treats such double-asterisks
the same way as two normal asterisks that happen to be adjacent to
each other.

* nd/wildmatch-double-asterisk:
  wildmatch: change behavior of "foo**bar" in WM_PATHNAME mode
Documentation/gitignore.txt
t/t3070-wildmatch.sh