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
Currently gitoxide relies on shelling this out to the git upload-pack binary which isn't necessarily available on all systems. Instead, we must implement the server side of the fetch operation ourselves and use it.
Key Features
Shallow support
Cargo supports shallow clones, and ideally these also work locally just like when using git
Currently
gitoxiderelies on shelling this out to thegit upload-packbinary which isn't necessarily available on all systems. Instead, we must implement the server side of thefetchoperation ourselves and use it.Key Features
git