uv/crates/uv-git
Charlie Marsh c04a95e037
Respect resolved Git SHAs in uv lock (#3956)
## Summary

This PR ensures that if a lockfile already contains a resolved reference
(e.g., you locked with `main` previously, and it locked to a specific
commit), and you run `uv lock`, we use the same SHA, even if it's not
the latest SHA for that tag. This avoids upgrading Git dependencies
without `--upgrade`.

Closes #3920.
2024-06-01 12:40:11 +00:00
..
src Respect resolved Git SHAs in uv lock (#3956) 2024-06-01 12:40:11 +00:00
Cargo.toml Add Git resolver in lieu of static hash map (#3954) 2024-05-31 22:44:42 -04:00