-
-
Notifications
You must be signed in to change notification settings - Fork 303
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: v3.1.2
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: v3.1.5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 10 files changed
- 2 contributors
Commits on Feb 19, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 5a9ccbd - Browse repository at this point
Copy the full SHA 5a9ccbdView commit details -
coalesce consecutive non-globstar * characters
Fix: GHSA-3ppc-4f35-3m26 Backport-Of: 2e111f3
Configuration menu - View commit details
-
Copy full SHA for 46fe687 - Browse repository at this point
Copy the full SHA 46fe687View commit details
Commits on Feb 20, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 9c31b2d - Browse repository at this point
Copy the full SHA 9c31b2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 30486b2 - Browse repository at this point
Copy the full SHA 30486b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00c323b - Browse repository at this point
Copy the full SHA 00c323bView commit details
Commits on Feb 24, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 9eca892 - Browse repository at this point
Copy the full SHA 9eca892View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26ffeaa - Browse repository at this point
Copy the full SHA 26ffeaaView 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 v3
Configuration menu - View commit details
-
Copy full SHA for b100374 - Browse repository at this point
Copy the full SHA b100374View commit details
Commits on Feb 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ae24656 - Browse repository at this point
Copy the full SHA ae24656View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a2e084 - Browse repository at this point
Copy the full SHA 1a2e084View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a9c27c - Browse repository at this point
Copy the full SHA 1a9c27cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd25942 - Browse repository at this point
Copy the full SHA bd25942View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bba978 - Browse repository at this point
Copy the full SHA 7bba978View 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 v3.1.2...v3.1.5