M4SS-Code / cargo-goggles

Verify that registry crates in your Cargo.lock are reproducible from the git repository
https://crates.io/crates/cargo-goggles
Apache License 2.0
36 stars 2 forks source link

feat(git): clone git repositories without blobs #13

Closed link2xt closed 6 months ago

link2xt commented 6 months ago

Using --filter=blob:none still clones tags, but avoids downloading blobs until they are needed, e.g. until particular revision of the repository is checked out.

Cloning all blobs including large deleted files may take a lot of space for some repositories.