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

Smarter stripPrefix #459

Merged
merged 6 commits into from Apr 20, 2017
Merged

Smarter stripPrefix #459

merged 6 commits into from Apr 20, 2017

Commits on Apr 20, 2017

  1. Smarter stripPrefix

    Does a case-insensitive match and will not strip the prefix if the prefix is a partial match (e.g., given the pathname "/prefix/pathname", the basename "/pre" will not be stripped.
    pshrmn committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    a110f6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37f2ce8 View commit details
    Browse the repository at this point in the history
  3. Use hasBasename

    pshrmn committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    22ca7e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89b2a66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a6d31e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c56bcbd View commit details
    Browse the repository at this point in the history