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

Allow to use UTF8 characters on a branch name #223

Merged
merged 1 commit into from
Jan 6, 2017
Merged

Allow to use UTF8 characters on a branch name #223

merged 1 commit into from
Jan 6, 2017

Conversation

matarillo
Copy link
Contributor

If you use mutil-byte characters on a branch name, some of git commands (such as git status --branch) return it in UTF8.
Default code page is not 65001 (UTF8) in every system locale, so [Console]::OutputEncoding should be set to UTF8 before executing some of git commands.

@dahlbyk dahlbyk added this to the v0.7 milestone Jan 6, 2017
@dahlbyk dahlbyk mentioned this pull request Jan 6, 2017
@dahlbyk dahlbyk merged commit 846a4ec into dahlbyk:master Jan 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants