You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
be sure to allow ENDS_WITH optimization if shellglobs are enabled
New Features (BREAKING)
Pattern::matches_repo_relative_path(..., wildmatch::Flags) allows controlling base flags.
Previously, this method would assume that path globs should stop at slashes, and now
this setting can be controlled by the caller.
Bug Fixes (BREAKING)
search::Pattern::may_use_glob_pattern() removed
It actually wasn't used in the base implementation at all
Commit Statistics
7 commits contributed to the release over the course of 12 calendar days.