uv/crates/uv-git/src
Zanie Blue 4a98e1eceb
Avoid using debug representation for git source urls (#6779)
e.g.

> DEBUG Using existing Git source
`https://github.com/StarfishStorage/python-swiftclient.git`

instead of

> DEBUG Using existing git source `Url { scheme: "https",
cannot_be_a_base: false, username: "", password: None, host:
Some(Domain("github.com")), port: None, path:
"/StarfishStorage/gunicorn.git", query: None, fragment: None }`
2024-08-28 22:02:24 +00:00
..
credentials.rs Redact Git credentials from pyproject.toml (#6074) 2024-08-14 01:30:02 +00:00
git.rs Allow user to constrain supported lock environments (#6210) 2024-08-20 13:28:04 +00:00
lib.rs Redact Git credentials from pyproject.toml (#6074) 2024-08-14 01:30:02 +00:00
resolver.rs Fix reuse of Git commits in lockfile (#5908) 2024-08-08 13:01:59 +00:00
sha.rs Use full requirement when serializing receipt (#5494) 2024-07-31 16:16:39 +00:00
source.rs Avoid using debug representation for git source urls (#6779) 2024-08-28 22:02:24 +00:00