mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
## Summary `GitDatabase::contains` previously only parsed the commit to see if it was a valid hash and didn't verify if the commit existed in the object database. This led to the database never being updated. Resolves https://github.com/astral-sh/uv/issues/4378. ## Test Plan Added a test that fails without this change.