aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRadon Rosborough <radon@intuitiveexplanations.com>2023-03-11 21:40:53 -0800
committerGitHub <noreply@github.com>2023-03-12 07:40:53 +0200
commit6dc58831a2c8bc6e036d9dc6549e2cda455dbf27 (patch)
tree8e7a2c0c9b5670659d8eb17fdb14a7f45af0eaeb /README.md
parent76475745fb408fa716b2b43c436ba07a56836f89 (diff)
[#1148] Don't show deleted files in listing (#1825)
When fd is installed, use it with appropriate options instead of git ls-files in order to fix https://github.com/bbatsov/projectile/issues/1148
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index c60b800..c4b8d04 100644
--- a/README.md
+++ b/README.md
@@ -125,6 +125,7 @@ To get the most of Projectile you also need to enable (and potentially install)
* Using Projectile over TRAMP might be slow in certain cases.
* Some commands might misbehave on complex project setups (e.g. a git project with submodules).
* Projectile was mostly tested on Unix OS-es (e.g. GNU/Linux and macOS), so some functionality might not work well on Windows.
+* In Git repositories, deleted files are still shown in `projectile-find-file` until their deletions are staged, due to a limitation of `git ls-files`. If you install [fd](https://github.com/sharkdp/fd) then it is automatically used instead, and does not have this problem. (You can inhibit the use of `fd` by setting `projectile-git-use-fd` to nil.)
## Known issues