This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Description
When I upgraded from 1.8.5.2 to 1.9.0, Git GUI stopped working with repositories containing non-ASCII characters in their path.
E.g. a repo stored in D:\Programování\git-tutorial could be loaded in 1.8, but in 1.9 I instead just see an error saying:
No working directory D:/ProgramovánĂ/git-tutorial
couldn't change working directory
to "D:/ProgramovánĂ/git-tutorial": no such file or
directory
Git GUI itself starts without problems, but when I try to open the repo, this error appears. Downgrading to 1.8 fixes the issue.