forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Git Bash does not start at drive root #204
Comments
This is not the latest release.
Is this different from #176? |
oops, duplicate issue |
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
I start Git Bash via Shell Context Menu (Git Bash Here).
If it is a drive root, such as C:\ or D:,
Git Bash does not show up.
git 2.4.0.windows.1 64-bit
The text was updated successfully, but these errors were encountered: