-
Notifications
You must be signed in to change notification settings - Fork 378
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: v10.2.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: v10.2.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 13 files changed
- 1 contributor
Commits on Feb 22, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 9f15c58 - Browse repository at this point
Copy the full SHA 9f15c58View 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
Configuration menu - View commit details
-
Copy full SHA for 0bf499a - Browse repository at this point
Copy the full SHA 0bf499aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3448c4 - Browse repository at this point
Copy the full SHA c3448c4View commit details -
limit nested extglob recursion, flatten extglobs
This flattens nested extglobs where that can be done correctly. In other cases, the recursion into nested extglobs is limited to 2, in order to prevent runaway ReDOS patterns. fix: GHSA-23c5-xmqv-rm74
1Configuration menu - View commit details
-
Copy full SHA for 11d0df6 - Browse repository at this point
Copy the full SHA 11d0df6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cecaad1 - Browse repository at this point
Copy the full SHA cecaad1View commit details
Commits on Feb 24, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 0873fba - Browse repository at this point
Copy the full SHA 0873fbaView commit details
Commits on Feb 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for ea94840 - Browse repository at this point
Copy the full SHA ea94840View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a0d83b - Browse repository at this point
Copy the full SHA 3a0d83bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26b9002 - Browse repository at this point
Copy the full SHA 26b9002View commit details -
Configuration menu - View commit details
-
Copy full SHA for c36addb - Browse repository at this point
Copy the full SHA c36addbView 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 v10.2.2...v10.2.4