uv/crates/uv-git
Charlie Marsh bc1d7764e2
Combine fetch and resolve steps in Git resolver (#5886)
## Summary

Whenever we call `resolve`, we immediately call `fetch` after. And in
some cases `resolve` actually calls `fetch` internally. It seems a lot
simpler to just merge these into one method that returns a `Fetch`
(which itself contains the fully-resolved URL).

Closes https://github.com/astral-sh/uv/issues/5876.
2024-08-07 22:35:05 +00:00
..
src Combine fetch and resolve steps in Git resolver (#5886) 2024-08-07 22:35:05 +00:00
Cargo.toml Use full requirement when serializing receipt (#5494) 2024-07-31 16:16:39 +00:00