mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-27 18:33:54 -07:00
When give an explicit file path on the command line like `foo` where `foo` is a symlink, ripgrep should follow it even if `-L` isn't set. This is consistent with the behavior of `foo/`. Fixes #256