1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2024-12-12 19:18:24 +02:00
ripgrep/tests
Andrew Gallant 361698b90a
ignore: fix improper hidden filtering
This commit fixes a bug where `rg --hidden .` would behave differently
with respect to ignore filtering than `rg --hidden ./`. In particular,
this was due to a bug where the directory name `.` caused the leading
`.` in a hidden directory to get stripped, which in turn caused the
ignore rules to fail.

Fixes #807
2018-02-14 18:16:38 -05:00
..
data search: add support for searching compressed files 2018-01-30 09:13:53 -05:00
hay.rs Add integration tests. 2016-09-09 22:58:30 -04:00
tests.rs ignore: fix improper hidden filtering 2018-02-14 18:16:38 -05:00
workdir.rs config: add persistent configuration 2018-02-04 10:40:20 -05:00