andy-5 / wslgit

Use Git installed in Bash on Windows/Windows Subsystem for Linux (WSL) from Windows and Visual Studio Code (VSCode)
MIT License
1.18k stars 59 forks source link

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

Closed asvetliakov closed 5 years ago

asvetliakov commented 5 years ago
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 commented 5 years ago

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.