Skip to content
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
wants to merge 10 commits into from
Closed

Implement bash (with globstar) style globbing #2522

wants to merge 10 commits into from

Commits on Apr 4, 2015

  1. 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.
    hdgarrood committed Apr 4, 2015
    Configuration menu
    Copy the full SHA
    43dd0de View commit details
    Browse the repository at this point in the history
  2. Tweaks based on PR feedback

    * Move Distribution.Glob to Distribution.Utils.Glob
    * Add documentation for Distribution.Simple.Utils.matchDirFileGlob
    hdgarrood committed Apr 4, 2015
    Configuration menu
    Copy the full SHA
    9434591 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2015

  1. Configuration menu
    Copy the full SHA
    8f2e745 View commit details
    Browse the repository at this point in the history
  2. Clearer wording

    hdgarrood committed Apr 5, 2015
    Configuration menu
    Copy the full SHA
    2bb20fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72d038d View commit details
    Browse the repository at this point in the history
  4. Rename drop1 to tailMay

    ... and add to Distribution.Utils.Safe
    hdgarrood committed Apr 5, 2015
    Configuration menu
    Copy the full SHA
    186c320 View commit details
    Browse the repository at this point in the history
  5. Update comment

    hdgarrood committed Apr 5, 2015
    Configuration menu
    Copy the full SHA
    75a21e8 View commit details
    Browse the repository at this point in the history
  6. Rename splitOn to endBy

    hdgarrood committed Apr 5, 2015
    Configuration menu
    Copy the full SHA
    183a0aa View commit details
    Browse the repository at this point in the history
  7. Revert "Rename drop1 to tailMay"

    This reverts commit 186c320.
    hdgarrood committed Apr 5, 2015
    Configuration menu
    Copy the full SHA
    87678f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    829ccf3 View commit details
    Browse the repository at this point in the history