uv/crates/uv-git/src
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
..
git.rs Use shared client in Git fetch implementation (#4487) 2024-06-24 17:09:29 -04:00
lib.rs Respect resolved Git SHAs in uv lock (#3956) 2024-06-01 12:40:11 +00:00
resolver.rs Use shared client in Git fetch implementation (#4487) 2024-06-24 17:09:29 -04:00
sha.rs Port all git functionality to use git CLI (#3833) 2024-05-30 15:28:48 -04:00
source.rs Use shared client in Git fetch implementation (#4487) 2024-06-24 17:09:29 -04:00