Speed up recursive clones for all submodules#32
Closed
rdw-software wants to merge 3 commits into
Closed
Conversation
4a58f3a to
d9a2144
Compare
If I understand correctly, the default is unset = single-threaded. That would make things unnecessarily slow? --- > Specifies how many submodules are fetched/cloned at the same time. A positive integer allows up to that number of submodules fetched in parallel. A value of 0 will give some reasonable default. If unset, it defaults to 1. Source: https://git-scm.com/docs/git-config#Documentation/git-config.txt-submodulefetchJobs
This should also speed up recursive clones, at the cost of losing history/tags (disabled for snapshots).
d9a2144 to
9c2ec5b
Compare
9c2ec5b to
244be41
Compare
244be41 to
8850ef1
Compare
Member
Author
|
Doesn't actually work like you'd expect, for some reason the setting is only read from the git config. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This should speed up recursive clones, at the cost of losing history/tags (disabled for snapshots).