You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: