You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Checkout] Configure sparse checkouts before fetch (#5106)
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
Co-authored-by: Derek Morris <[email protected]>
// Sparse checkout needs to be before any `fetch` task to avoid fetching the excluded trees and blobs, or to not _not_ fetch them if we're disabling a previous sparse checkout.
0 commit comments