-
Notifications
You must be signed in to change notification settings - Fork 338
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: v5.1.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: isaacs/minimatch
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.1.9
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 10 files changed
- 2 contributors
Commits on Feb 19, 2026
-
coalesce consecutive non-globstar * characters
Fix: GHSA-3ppc-4f35-3m26 Backport-Of: 2e111f3
Configuration menu - View commit details
-
Copy full SHA for febe85d - Browse repository at this point
Copy the full SHA febe85dView commit details
Commits on Feb 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 421ad12 - Browse repository at this point
Copy the full SHA 421ad12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 977c2d8 - Browse repository at this point
Copy the full SHA 977c2d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85646c8 - Browse repository at this point
Copy the full SHA 85646c8View commit details
Commits on Feb 24, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 647146e - Browse repository at this point
Copy the full SHA 647146eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85ec0ff - Browse repository at this point
Copy the full SHA 85ec0ffView commit details -
limit recursion for **, improve perf considerably
This limits the levels of recursion allowed when encountering multiple non-adjacent `**` portions of a pattern. Update `**` handling, with performance massively improved by limiting the recursive walk much more aggressively. When a `**` portion is present, the entire pattern is split up into sections. The head and tail first have to match, and then each subsequent portion is only tested in the part of the file where it might actually be found, taking advantage of the fact that non-globstar portions must always consume as many path portions as there are pattern portions. Fix: GHSA-7r86-cg39-jmmj Backported 0bf499a to v5
Configuration menu - View commit details
-
Copy full SHA for 79e4447 - Browse repository at this point
Copy the full SHA 79e4447View commit details
Commits on Feb 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for e92ae29 - Browse repository at this point
Copy the full SHA e92ae29View commit details -
Configuration menu - View commit details
-
Copy full SHA for b02ef18 - Browse repository at this point
Copy the full SHA b02ef18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 383ce59 - Browse repository at this point
Copy the full SHA 383ce59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4419b6e - Browse repository at this point
Copy the full SHA 4419b6eView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.1.6...v5.1.9