fd/src
Thayne McCombs b7e077320d
Fix logic for --no-ignore-parent (#908)
Make sure that using `--no-ignore-vcs` or `--no-ignore` don't also
enable `--no-ignore-parent`. So that if `--no-ignore-vcs` is enabled, it
continues to respect .fdignore and .ignore in the parent directories.

Fixes: #907
Fixes: #901
2021-12-22 23:38:00 -07:00
..
exec Switch from std::sync::mpsc to crossbeam-channel 2021-12-01 10:24:58 -05:00
filter Remove `lazy_static` from dependencies 2021-11-25 20:06:43 +01:00
app.rs Merge remote-tracking branch 'origin/master' into no-strip/760 2021-11-26 18:19:28 +01:00
config.rs Merge remote-tracking branch 'origin/master' into no-strip/760 2021-11-26 18:19:28 +01:00
error.rs Proper error handling within walk.rs 2020-04-03 22:36:32 +02:00
exit_codes.rs Raise SIGINT when dying by ^C 2021-11-15 07:53:57 +01:00
filesystem.rs Fix directory-existence check on Windows 2021-08-08 15:02:01 +02:00
filetypes.rs A couple of minor recommendations from the Code Quality action (#903) 2021-12-07 10:04:17 -07:00
main.rs Fix logic for --no-ignore-parent (#908) 2021-12-22 23:38:00 -07:00
output.rs output: Remove wants_to_quit handling from print_entry() 2021-12-05 12:06:49 -05:00
regex_helper.rs Show error if pattern matches leading dot but --hidden is not given, closes #615 2020-12-06 15:57:33 +01:00
walk.rs Fix logic for --no-ignore-parent (#908) 2021-12-22 23:38:00 -07:00