Skip to content

Update Git to include prefetch during fetch#263

Merged
derrickstolee merged 3 commits intomicrosoft:masterfrom
derrickstolee:prefetch-in-fetch
Dec 19, 2019
Merged

Update Git to include prefetch during fetch#263
derrickstolee merged 3 commits intomicrosoft:masterfrom
derrickstolee:prefetch-in-fetch

Conversation

@derrickstolee
Copy link
Contributor

@derrickstolee derrickstolee commented Dec 17, 2019

Update the core.gvfs config to include the flag for running prefetch
during the fetch command.

Resolves #141 and #253.

A related response is posted in microsoft/VFSForGit#1622.

Update the core.gvfs config to include the flag for running prefetch
during the fetch command.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Copy link
Contributor

@jeffhostetler jeffhostetler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was quick!

@derrickstolee
Copy link
Contributor Author

That was quick!

(Because it doesn't work and I forgot to test it... I'll fix it and add a test tomorrow.)

@derrickstolee derrickstolee changed the title Update Git to include prefetch during fetch [WIP] Update Git to include prefetch during fetch Dec 18, 2019
@derrickstolee
Copy link
Contributor Author

(The thing that is "broken" may be me trying to clone to a cache server without my VPN on.)

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
@derrickstolee derrickstolee changed the title [WIP] Update Git to include prefetch during fetch Update Git to include prefetch during fetch Dec 18, 2019
@derrickstolee
Copy link
Contributor Author

The part that didn't work for me was due to #253, which is now resolved by 422acf3.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
@derrickstolee derrickstolee merged commit 5d21333 into microsoft:master Dec 19, 2019
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.

Prefetch should run as part of git fetch and git pull

2 participants