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
sparse-checkout: make sure to update files with a modify/delete conflict
When using the sparse-checkout feature, the file might not be on disk
because the skip-worktree bit is on. This used to be a bug in the
(hence deleted) `recursive` strategy. Let's ensure that this bug does
not resurface.
Signed-off-by: Kevin Willford <[email protected]>
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments