-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
2.11.1 breaks log output for non-ASCII characters (e.g. German Umlauts) #1053
Comments
I believe Issue #945 and its compatriots covers this. the latest prerelease includes a fix. https://github.com/git-for-windows/git/releases/tag/v2.11.1.windows-prerelease.2 (the sort order on the release page doesn't quite get it right ;-) Also check for your LC settings. |
No, not really. The prerelease behaves exactly like the release Tried to set LC_ALL=C, does not make any difference either |
Tried some older versions, the issue must have been introduced somewhere between |
@Snaptags Try |
Setting an environment variable LC_ALL with content de_DE seems to fix the issue, thanks a lot! |
@Snaptags That's good news! If you want to see your paths as well, try |
Ah, yes, of course, the path is UTF-8 and you're using Windows-1252 for text. Nevermind then :) |
Went back to LC_ALL=C. Better to have ugly git logs than MILLIONS of Perl warnings about how the locale could not be set. |
Setup
defaults?
to the issue you're seeing?
German Windows
gitconfig contains
which used to work in 2.11.0 and does not in 2.11.1
Details
PowerShell
Minimal, Complete, and Verifiable example
this will help us understand the issue.
URL to that repository to help us with testing?
The text was updated successfully, but these errors were encountered: