uv/crates/puffin-git
Charlie Marsh 051188dce0
Use separate representations for canonical repository vs. commit (#317)
Given `https://github.com/pypa/package.git#subdirectory=pkg_a` and
`https://github.com/pypa/package.git#subdirectory=pkg_b`, we want these
to map to the same shared _resource_ (for locking and cloning), but
different _packages_ (for determining whether the wheel already exists
in the cache). As such, we need two distinct concepts for "canonical
equality".

Closes #316.
2023-11-04 11:46:42 -04:00
..
src Use separate representations for canonical repository vs. commit (#317) 2023-11-04 11:46:42 -04:00
Cargo.toml Add support for Git dependencies (#283) 2023-11-02 15:14:55 +00:00