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 Nov 15, 2022. It is now read-only.
When opening atom in a directory that is not a git repository, git-plus takes substantial time to activate. These are the samples taken when opening atom in an empty directory: 318ms, 388ms, 416ms, 405ms, 418ms, 566ms, 399ms, 395ms, 415ms, 400ms.
In comparison, opening atom with git-plus in a git repository takes always under 10ms.
I'm running atom 1.40.1 with git-plus 8.7.1 under Linux.
Steps to reproduce:
mkdir git-plus-empty-test && cd git-plus-empty-test