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

use UTF8 for outputstream of git.exe #206

Closed
wants to merge 1 commit into from
Closed

Conversation

kamiyn
Copy link

@kamiyn kamiyn commented Feb 25, 2014

From msysGit 1.7.10 in 2012, git.exe became to treat UTF8 encoding.
The line "//processInfo.StreamEncoding = Encoding.UTF8;" was comment-outed in 2009, so it should be enabled nowadays.

Especially in Japan, if someone use their Japanese name as AuthorName,
then parsing log from git.exe always fails.

In other words, if someone use their Japanese name and push his change to repository, it will crash the environment of continuous integration.
It is a terrible situation.

From msysGit 1.7.10 in 2012, git.exe became to treat UTF8 encoding.
The line "//processInfo.StreamEncoding = Encoding.UTF8;" was edited in 2009, so it should be enabled nowadays.
@viceice
Copy link

viceice commented Jan 7, 2015

We have same problem here!
Username contains é.

Voting for this. +1

Regards,
Michael

@savornicesei
Copy link
Contributor

Commited on master.

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.

3 participants