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 file on error
If the index has an unstaged change in a file that will be dropped
by a change to the sparse-checkout file, then the index update
will fail. If this happens during 'git sparse-checkout set', then
the entire command will fail. However, the sparse-checkout file is
still updated, so the working directory is in a half-finished state.
Update the sparse-checkout builtin to run `unpack_trees()`
directly instead of through an external `git read-tree` process.
While doing so, allow passing a set of patterns, so we can
validate the patterns before trying to write to the sparse-checkout
file.
Also, write sparse-checkout under a .lock and take the
sparse-checkout lock around the unpack_trees() check.
Resolvesgit-for-windows#198.
Merging with admin privileges because mac builds are broken
due to external dependencies.
It is a little bit slower then it was on version 1.9.5. And please bring back the colors to make it look nice.
Make it look like https://msys2.github.io/ this again please just based on the latest git version.
The text was updated successfully, but these errors were encountered: