-
Notifications
You must be signed in to change notification settings - Fork 29.9k
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
Implement certain git status operations without spawning git #64234
Comments
Cool idea! It would also be interesting if we introduce some caching for read operations (similarly to atom/github#700 but probably we already have that?). I'd love to see some performance gain if I batch read operations by purpose. |
Here is the set of
(1) and (6) are out of scope for the purpose of this work. |
(2) has been implemented. The rest I will look at next milestone. |
(4) has been implemented as well. |
The rest is currently out of scope. |
Verification steps:
|
Like finding HEAD and all refs, etc.
cc @rebornix
The text was updated successfully, but these errors were encountered: