Files
git/compat
Jeff Hostetler 9867fbef3c fscache: make fscache_enabled() public
Make fscache_enabled() function public rather than static.
Remove unneeded fscache_is_enabled() function.
Change is_fscache_enabled() macro to call fscache_enabled().

is_fscache_enabled() now takes a pathname so that the answer
is more precise and mean "is fscache enabled for this pathname",
since fscache only stores repo-relative paths and not absolute
paths, we can avoid attempting lookups for absolute paths.

Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com>
2023-11-08 18:23:55 +01:00
..
2022-05-02 09:50:37 -07:00
2022-05-02 09:50:37 -07:00
2021-10-29 15:00:58 -07:00