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
We had some issues with git2 crate and also a limitation like for Rename not seeing old path.
Now for many operations we use Command to trigger git command, which is not ideal as it requires git to be installed. Try to resolve the issues we had and use git2 (or other crates) or embed the git client.
The text was updated successfully, but these errors were encountered:
We had some issues with
git2
crate and also a limitation like forRename
not seeing old path.Now for many operations we use
Command
to triggergit
command, which is not ideal as it requiresgit
to be installed. Try to resolve the issues we had and usegit2
(or other crates) or embed thegit
client.The text was updated successfully, but these errors were encountered: