uv/crates/uv-git
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
..
src Avoid using debug representation for git source urls (#6779) 2024-08-28 22:02:24 +00:00
Cargo.toml Redact Git credentials from pyproject.toml (#6074) 2024-08-14 01:30:02 +00:00