Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: isaacs/minimatch
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.2
Choose a base ref
...
head repository: isaacs/minimatch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.3
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 15, 2023

  1. filter out consecutive ** more efficiently

    Previously, consecutive globstars were being properly stripped out of
    makeRe, but leaving them in there in the normal minimatch set
    geometrically increases the amount of work that has to be done when glob
    gets a pattern like 'a/**/**/b'.
    
    Better to strip them out from the initial pattern, and never have to
    worry about it again.
    isaacs committed Jan 15, 2023
    Copy the full SHA
    fd4d23d View commit details
  2. 6.0.3

    isaacs committed Jan 15, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6c0c464 View commit details
Loading