-
-
Notifications
You must be signed in to change notification settings - Fork 811
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
Issue with tab expansion and non-English file names #64
Comments
The good news is using libgit2sharp fixes this. The bad news is that libgit2sharp integration isn't quite where it needs to be. I'll see what I can do until then... |
It appears to work by adding
Setting |
re-enabling selenium screenshots
Should I close this as "won't fix"? |
Or I could mark it up-for-grabs if someone really cares to dive in. Maybe 2014 will be the year that posh-git jumps to libgit2? |
I had completely forgotten about this particular issue, but we fixed the output encoding with #359 and #397. #403 should do the rest. |
Repro steps:
touch 慣用音.txt
git add {tab}
Expected: it expands the filename.
Actual: it expands to:
That wouldn't be a problem except it doesn't work.
git config core.quotepath true
Result:
The text was updated successfully, but these errors were encountered: