built-in support for the file protocol · Issue #734 · GitoxideLabs/gitoxide (original) (raw)

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