Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow filenames with non-ascii characters
This encodes the filenames from `git status` to utf-8. With this change the filenames are properly displayed in the UI and git commands such as add, and push still function as expected as git can accept filenames in utf-8 encoding because "Git is to some extent character encoding agnostic." see: https://git-scm.com/docs/git-commit/2.13.4#_discussion
- Loading branch information