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
{{ message }}
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
The default GetFiles recursive method on Mono goes into an infinite loop
when encountering symlinks that point to ./.
Switch to yield for recursive filesystem enumeration so we can abort early
Look for custom git-lfs executables in the same directory as git before looking
recursively from the git installation path, as that can take a really long
time and chances are git-lfs is right there in the same dir.
0 commit comments