Skip to content

Conversation

@dscho
Copy link
Member

@dscho dscho commented Jun 22, 2022

This actually targets the parallel checkout that is not parallel, which is the case when not enough work is to be done to justify fanning out into multiple workers.

This addresses #3904

Back when this commit was crafted, parallel checkout did not exist yet.
But now it does. And it needs the same handling in the sequential case
(i.e. when it is not actually parallel because of not reaching the
threshold to actually need to fan out).

This fixes git-for-windows#3904

Signed-off-by: Johannes Schindelin <[email protected]>
@dscho dscho self-assigned this Jun 22, 2022
@dscho dscho added this to the Next release milestone Jun 23, 2022
@dscho dscho merged commit 8af1d6e into git-for-windows:main Jun 23, 2022
@dscho dscho deleted the fscache-and-parallel-checkout branch June 23, 2022 09:03
git-for-windows-ci pushed a commit that referenced this pull request Jun 23, 2022
git-for-windows-ci pushed a commit that referenced this pull request Jun 23, 2022
dscho added a commit to git-for-windows/build-extra that referenced this pull request Jun 23, 2022
A bug in the interaction between FSCache and parallel checkout [was
fixed](git-for-windows/git#3909).

Signed-off-by: Johannes Schindelin <[email protected]>
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