Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fd should respect GIT_CEILING_DIRECTORIES #1675

Open
stweller opened this issue Feb 13, 2025 · 0 comments
Open

fd should respect GIT_CEILING_DIRECTORIES #1675

stweller opened this issue Feb 13, 2025 · 0 comments

Comments

@stweller
Copy link

In newer git versions, GIT_CEILING_DIRECTORIES can be used to make sure git doesn't look for .gitignore files outside e.g. a users home. In setups where an NFS automounter works on some parent directory of the users home, just looking for .gitignore can mean a significant slowdown (some seconds, not just milliseconds). It would be great if fd could also respect this setting.

The behavior of git itself with respect to GIT_CEILING_DIRECTORIES is described here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant