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

git rev-parse returns non-translated path with -c args #47

Closed
asvetliakov opened this issue Oct 2, 2018 · 1 comment · Fixed by #48
Closed

git rev-parse returns non-translated path with -c args #47

asvetliakov opened this issue Oct 2, 2018 · 1 comment · Fixed by #48
Labels

Comments

@asvetliakov
Copy link
Contributor

wslgit rev-parse --show-toplevel

This returns translated path

git -c core.quotepath=false -c color.ui=false rev-parse --show-toplevel

This returns non-translated unix path

@andy-5
Copy link
Owner

andy-5 commented Oct 4, 2018

Thanks for your report and your PR.

The changes you made in the PR look fine. I'll check and merge it when I have some time.

@andy-5 andy-5 added the bug label Oct 4, 2018
@andy-5 andy-5 closed this as completed in #48 Oct 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants