uv/crates/uv-git/src
Charlie Marsh 4740d267e9
Remove fast path from `uv-git` fetch (#16607)
## Summary

Now that we perform this fast-path in
`crates/uv-distribution/src/source/mod.rs`, I _think_ the fast-path here
is no longer used? In my testing, we only actually took this path when
the fast-path _already_ failed (and thus it would fail again, wasting
time).
2025-11-06 22:18:05 -06:00
..
credentials.rs Add `DisplaySafeUrl` newtype to prevent leaking of credentials by default (#13560) 2025-05-27 00:05:30 +02:00
git.rs Remove fast path from `uv-git` fetch (#16607) 2025-11-06 22:18:05 -06:00
lib.rs Skip GitHub fast path when rate-limited (#13033) 2025-06-24 12:11:41 -07:00
rate_limit.rs Skip GitHub fast path when rate-limited (#13033) 2025-06-24 12:11:41 -07:00
resolver.rs Remove fast path from `uv-git` fetch (#16607) 2025-11-06 22:18:05 -06:00
source.rs Remove fast path from `uv-git` fetch (#16607) 2025-11-06 22:18:05 -06:00