dlangBugzillaToGithub / migration_test

0 stars 0 forks source link

globMatch should support recursive matching (**) #917

Open dlangBugzillaToGithub opened 9 years ago

dlangBugzillaToGithub commented 9 years ago

code (MartinNowak) reported this on 2015-04-05T23:18:32Z

Transfered from https://issues.dlang.org/show_bug.cgi?id=14415

Description

This is a very useful glob extension of bash (globstar) and is used by a couple of configuration formats (.gitconfig, .editorconfig).
dlangBugzillaToGithub commented 9 years ago

code commented on 2015-04-06T17:32:29Z

In fact the existing * already matches across directories, which it shouldn't do.