- Added
MatchOptions::follow_linksto control symlink behavior during directory traversal. The default istrue, in line with the existing behavior. (ticket) (contributed by arilou) - Avoided an extra
metadatalookup when:- a match is found on Linux and
case_sensitiveis true - a match is found on Windows/Mac and
case_sensitiveis false
- a match is found on Linux and