-
Notifications
You must be signed in to change notification settings - Fork 695
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement bash (with globstar) style globbing #2522
Closed
Closed
Commits on Apr 4, 2015
-
Implement bash (with globstar) style globbing
Implement a reduced form of GNU bash style globbing. The supported features should account for 99% of use cases. Still to do: minimum cabal-version constraint. This seems to be necessary because, for example, this commit changes the meaning of *.js, which previously would not have matched jquery.cookie.js, and now does.
Configuration menu - View commit details
-
Copy full SHA for 43dd0de - Browse repository at this point
Copy the full SHA 43dd0deView commit details -
* Move Distribution.Glob to Distribution.Utils.Glob * Add documentation for Distribution.Simple.Utils.matchDirFileGlob
Configuration menu - View commit details
-
Copy full SHA for 9434591 - Browse repository at this point
Copy the full SHA 9434591View commit details
Commits on Apr 5, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8f2e745 - Browse repository at this point
Copy the full SHA 8f2e745View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bb20fa - Browse repository at this point
Copy the full SHA 2bb20faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72d038d - Browse repository at this point
Copy the full SHA 72d038dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 186c320 - Browse repository at this point
Copy the full SHA 186c320View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75a21e8 - Browse repository at this point
Copy the full SHA 75a21e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 183a0aa - Browse repository at this point
Copy the full SHA 183a0aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87678f0 - Browse repository at this point
Copy the full SHA 87678f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 829ccf3 - Browse repository at this point
Copy the full SHA 829ccf3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.