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
This change allows non-mixed resets to no longer require that the full index
is expanded. This is accomplished by updating the `prime_cache_tree_rec`
function to have it reconstruct the cache tree "aware" of whether a directory
is sparse in the index or not. This check must be done by verifying the
contents of the cache itself (rather than checking whether a directory is
inside of the sparse checkout cone) as entries may have been added to the
sparse index outside of the checkout cone.
Signed-off-by: Victoria Dye <[email protected]>
0 commit comments