Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(git): clone git repositories without blobs
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.
- Loading branch information