File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- ** NEW** : Added ` GLOBSTARLONG ` which adds support for the Zsh style ` *** ` which acts like ` ** ` with ` GLOBSTAR ` but
6
6
but traverses symlinks.
7
- - ** NEW** : ` pathlib.match ` will respect symlinks (when the ` REALPATH ` flag is given) and hidden file rules (enable
8
- ` DOTALL ` to match hidden files) .
7
+ - ** NEW** : ` pathlib.match ` will respect symlink rules (when the ` REALPATH ` flag is given). Hidden file rules will
8
+ be respected at all times. Enable ` DOTALL ` to match hidden files.
9
9
- ** NEW** : Symlinks should not be traversed when ` GLOBSTAR ` is enabled unless ` FOLLOW ` is also enabled, but they
10
10
should still be matched. Prior to this change, symlinks were not traversed _ and_ they were ignored from matching
11
11
which contradicts how Bash works and could be confusing to users.
You can’t perform that action at this time.
0 commit comments