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

Tested your latest release on windows 10 and feedback #198

Closed
paladox opened this issue Jun 15, 2015 · 0 comments
Closed

Tested your latest release on windows 10 and feedback #198

paladox opened this issue Jun 15, 2015 · 0 comments

Comments

@paladox
Copy link

paladox commented Jun 15, 2015

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.

@paladox paladox closed this as completed Jun 15, 2015
jeffhostetler pushed a commit to jeffhostetler/git that referenced this issue Oct 25, 2019
… 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.

Resolves git-for-windows#198.

Merging with admin privileges because mac builds are broken
due to external dependencies.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant