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 has been archived by the owner on Dec 15, 2022. It is now read-only.
I'm trying to solve one particular problem — to get a branch name for a repository inside a given path.
I'm doing
But
open
performs too slow on sshfs. It takes about 5 or 6 seconds togetSubmodulePaths
. The other code takes about 10 ms.I suggest to delay
openSubmodules
for the time when it will be needed, and to not call it inopen
.The text was updated successfully, but these errors were encountered: