Am 30.06.2015 um 19:15 schrieb Konstantin Khomoutov: > On Mon, 29 Jun 2015 18:19:09 +0200 > Johannes Schindelin <johannes.schindelin@xxxxxx> wrote: > >>> I've finally took time to switch from my old "msys1" release to this >>> RC4, and immediately got hit by the fact Git is now speaking to me >>> in Russian, which is not what I want (previously this behaviour was >>> only exhibited by `git gui` and `gitk`). >>> >>> Should I make Git see LC_MESSAGES=en (or other thing like LANG) in >>> the environment or is there some Git-local method to affect this >>> behaviour? I tried to grep the release notes using relevant >>> keywords but was left empty-handed. >> >> Personally, I would use LC_ALL=C. Maybe that's good for you, too? > > After reading [1], I've ended up installing LANG=C into my user's > environment variables -- so far so good, thanks for the tip! Just for the record. I created the file lang.sh with contents export LC_ALL=C in /etc/profile.d which also fixes the problem. And also survives new versions of git. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html