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

Feat globs can be relative for newglob and cli arg #79

Merged
merged 11 commits into from
May 31, 2019
Merged

Feat globs can be relative for newglob and cli arg #79

merged 11 commits into from
May 31, 2019

Commits on May 27, 2019

  1. Feat globs can be relative for newglob and cli arg

    Globs are now normalized and can be relative
    NickHackman committed May 27, 2019
    Configuration menu
    Copy the full SHA
    428bd9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01bb83d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46bc3a7 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'normalize-and-relative-paths' of github.com:nickhackman…

    …/riv into normalize-and-relative-paths
    NickHackman committed May 27, 2019
    Configuration menu
    Copy the full SHA
    52f46ea View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Normalizing paths is now crossplatform

    * Stopped using std::fs::canonicalize in favor of a custom
    implementation, because std::fs::canonicalize requires paths to exist
    and therefore all globs fail
    NickHackman committed May 29, 2019
    Configuration menu
    Copy the full SHA
    ca9a121 View commit details
    Browse the repository at this point in the history
  2. Fixed documentation

    NickHackman committed May 29, 2019
    Configuration menu
    Copy the full SHA
    205413f View commit details
    Browse the repository at this point in the history
  3. For Unix now all escaped sequences are covered

    * Before only escaped spaces were covered, but now all escape sequences
    are properly evaluated.
    NickHackman committed May 29, 2019
    Configuration menu
    Copy the full SHA
    3a611d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ed839b View commit details
    Browse the repository at this point in the history
  5. I'm bad at merging

    NickHackman committed May 29, 2019
    Configuration menu
    Copy the full SHA
    580f406 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fea5b6c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0fcd681 View commit details
    Browse the repository at this point in the history