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

Fix parallel checkout with FSCache #3909

Merged
merged 1 commit into from
Jun 23, 2022

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 <johannes.schindelin@gmx.de>
@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 <johannes.schindelin@gmx.de>
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