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
Implement Needle::Pattern for full glob support in one-sided refspecs
- Added Pattern matching case in Needle::matches() using gix_glob::wildmatch
- Added Pattern handling in to_bstr_replace() method
- Added is_complex_pattern() helper to detect patterns requiring wildmatch
- Only use Needle::Pattern for complex patterns (multiple asterisks or [, ], ?, \)
- Simple single-asterisk globs continue using efficient Needle::Glob
- Fixed test pattern from v[0.9]* to v[0-9]* to match v1.0 correctly
Co-authored-by: Byron <[email protected]>
0 commit comments