Revert "Use IgnoreDuplicateDirs to prevent duplicate directory traversal"

This reverts commit 6f33df755e.
This commit is contained in:
Junegunn Choi
2026-03-18 18:57:40 +09:00
parent 6f33df755e
commit 2ae7367e8a
2 changed files with 2 additions and 9 deletions
-1
View File
@@ -27,7 +27,6 @@ CHANGELOG
- With the reduced per-entry cost, the cache now has broader coverage.
- fish: Improved command history (CTRL-R) (#4703) (@bitraid)
- Bug fixes
- `--walker=follow` no longer visits the same directory more than once. This avoids effectively infinite traversal when a symlink points outside the walker root (#4710)
- Fixed AWK tokenizer not treating a new line character as whitespace
- Fixed `--{accept,with}-nth` removing trailing whitespaces with a non-default `--delimiter`
- Fixed OSC8 hyperlinks being mangled when the URL contains unicode characters (#4707)