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

Speed up git mode by doing a shallow clone #171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ArtskydJ
Copy link

Speed up git mode by doing a shallow clone: --depth 1

I guess this would be a breaking change, since git has not supported the --depth flag forever. (From what I can tell, it was introduced in git 1.5.0 which was released 13 years ago.)

@fregante
Copy link
Contributor

I guess this would be a breaking change

degit only supports Node 8+, which has only been released 3 years ago, which means that "git with --depth" is also definitely expected.

@nake89 nake89 mentioned this pull request Feb 13, 2021
@nake89
Copy link

nake89 commented Feb 13, 2021

@ArtskydJ degit development appears to have been ceased for over a year now. However, this pull request and others have been merged into the community driven fork: https://github.com/tiged/tiged

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.

None yet

3 participants