exa/src
Benjamin Sago e44858eb41 Fix bug where files were Git-ignored too often
This was an unintended consequence of #653. The Files iterator stopped using IgnoreCache and started using GitCache, which would always populated when the `--git` option was passed, without checking whether files were meant to be ignored. This meant that passing `--git` started ignoring files even without `--git-ignore`.

The solution for now is to explicitly pass the flag around, which probably should be a better type than bool but isn't. This makes the git-ignoring-related extended tests pass.
2020-10-10 00:09:44 +01:00
..
bin Fix clippy warnings and explicitely ignore a few, fix future deprecation 2018-12-16 20:50:37 +01:00
fs Fix bug where files were Git-ignored too often 2020-10-10 00:09:44 +01:00
info Merge pull request #743 from jonhoo/patch-1 2020-10-08 22:43:24 +01:00
options Merge pull request #704 from LarsHaalck/master 2020-10-08 22:14:38 +01:00
output Fix bug where files were Git-ignored too often 2020-10-10 00:09:44 +01:00
style Merge pull request #704 from LarsHaalck/master 2020-10-08 22:14:38 +01:00
exa.rs Fix bug where files were Git-ignored too often 2020-10-10 00:09:44 +01:00