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
gitoxide has not implemented head -> index and untracked files yet. Once this is added we can use that. There is some bugs in our status implementation so this would improve the status command a lot! Check this PR for status
Currently all the files/(objects in a commit) are eagerly fetched before diffing. That means it is really slow on big repositories.
Should look more closely into how git does it and so it similarly.
The current code for doing this is located in: https://github.com/trulsma/intelligit/blob/main/src/git/mod.rs
The text was updated successfully, but these errors were encountered: