exa/src/fs/feature
Benjamin Sago 040dbb2414 Use a global Git cache
This commit adds a cache for Git repositories based on the path being queried.

Its only immediate effect is that when you query the same directory twice (such as /testcases/git /testcases/git), it won’t need to check that the second one is a Git directory the second time. So, a minuscule optimisation for something you’d never do anyway? Wrong! It’s going to let us combine multiple entries over the same repository later, letting us use --tree and --recurse, because now Git scanning is behind a factory.
2017-08-28 18:11:38 +01:00
..
git.rs Use a global Git cache 2017-08-28 18:11:38 +01:00
mod.rs Use a global Git cache 2017-08-28 18:11:38 +01:00
xattr.rs Switch to padding reference as variable not consumed 2017-03-31 17:09:50 +01:00