-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support shallow clones #282
Comments
Is it possible to "update" shallow clones by only downloading the new changes, without re-downloading everything? |
Merged
Fixed by #431 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Passing
--depth 1
torepo init
causes all modules to be shallow clones. A quick test showed that this reduces the required disk space and time to download significantly - less than 100GB for the whole 18.1 tree before build.I want to support this, but only as an opt-in, since it might break some peoples' workflow which assumes the whole history to be present.
The text was updated successfully, but these errors were encountered: