Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

link2xt
Copy link
Contributor

@link2xt link2xt commented Apr 2, 2024

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.

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.
@link2xt link2xt changed the title feat: clone git repositories without blobs feat(git): clone git repositories without blobs Apr 2, 2024
Copy link
Member

@paolobarbolini paolobarbolini left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you for your PR

@paolobarbolini paolobarbolini merged commit 1488ddb into M4SS-Code:main Apr 2, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants