uv/crates/uv-git
Charlie Marsh 9905521957
Use shared client in Git fetch implementation (#4487)
## Summary

It turns out that the Git fetch implementation is initializing its own
client, which can be really expensive on macOS (due to loading native
certificates) _and_ bypasses any of our middleware. This PR modifies the
Git implementation to accept a shared client.
2024-06-24 17:09:29 -04:00
..
src Use shared client in Git fetch implementation (#4487) 2024-06-24 17:09:29 -04:00
Cargo.toml Use shared client in Git fetch implementation (#4487) 2024-06-24 17:09:29 -04:00