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

[Checkout] Configure sparse checkouts before fetch #5106

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

tarunramsinghani
Copy link
Contributor

This addresses two issues - first, it allows us to avoid fetching files when checking out a clean repo, as if we pre-configure sparse checkouts we won't fetch unneeded trees and blobs. Second, it allows us to avoid not fetching files incorrectly if we're moving a checkout from sparse to non-sparse.

Fixes #5091

This addresses two issues - first, it allows us to avoid fetching files
when checking out a clean repo, as if we pre-configure sparse checkouts
we won't fetch unneeded trees and blobs. Second, it allows us to avoid
not fetching files incorrectly if we're moving a checkout from sparse to
non-sparse.

Fixes #5091
@tarunramsinghani tarunramsinghani requested review from a team as code owners February 5, 2025 09:29
@tarunramsinghani tarunramsinghani added bug misc Miscellaneous Changes labels Feb 5, 2025
@merlynomsft merlynomsft removed the misc Miscellaneous Changes label Feb 5, 2025
@merlynomsft merlynomsft merged commit 6bee6b7 into master Feb 5, 2025
20 checks passed
@merlynomsft merlynomsft deleted the users/tarun/change1 branch February 5, 2025 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: Sparse-checkout after fetch
3 participants