git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* Git 2.19 ignores default system language in Mac (2.18 or earlier did not)
@ 2018-09-19 14:18 Vasily Korytov
  2018-09-19 15:39 ` Elijah Newren
  0 siblings, 1 reply; 2+ messages in thread
From: Vasily Korytov @ 2018-09-19 14:18 UTC (permalink / raw)
  To: git

Hi,

$ locale
LANG=
LC_COLLATE="C"
LC_CTYPE="UTF-8"
LC_MESSAGES="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_ALL=
$ uname -mrs
Darwin 16.7.0 x86_64
$ git --version
git version 2.19.0

In Mac’s system preferences I have three languages: English (default), Russian, Ukrainian.

After update to Git 2.19 Git’s output suddenly appeared in Russian.
I can use `export LANG=en_US.UTF-8` to switch it to English back, but it’s very weird.

Did not find any related things in changelog, so assuming this is a bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Git 2.19 ignores default system language in Mac (2.18 or earlier did not)
  2018-09-19 14:18 Git 2.19 ignores default system language in Mac (2.18 or earlier did not) Vasily Korytov
@ 2018-09-19 15:39 ` Elijah Newren
  0 siblings, 0 replies; 2+ messages in thread
From: Elijah Newren @ 2018-09-19 15:39 UTC (permalink / raw)
  To: vasily.korytov; +Cc: Git Mailing List

On Wed, Sep 19, 2018 at 7:24 AM Vasily Korytov
<vasily.korytov@icloud.com> wrote:
>
> Hi,
>
> $ locale
> LANG=
> LC_COLLATE="C"
> LC_CTYPE="UTF-8"
> LC_MESSAGES="C"
> LC_MONETARY="C"
> LC_NUMERIC="C"
> LC_TIME="C"
> LC_ALL=
> $ uname -mrs
> Darwin 16.7.0 x86_64
> $ git --version
> git version 2.19.0
>
> In Mac’s system preferences I have three languages: English (default), Russian, Ukrainian.
>
> After update to Git 2.19 Git’s output suddenly appeared in Russian.
> I can use `export LANG=en_US.UTF-8` to switch it to English back, but it’s very weird.
>
> Did not find any related things in changelog, so assuming this is a bug.

According to the thread at
https://public-inbox.org/git/CAPig+cQWW9kibWYKu5oRDgo_Pt4wVmzkqzbTG=YGvwqRCXcNXw@mail.gmail.com/,
this appears to be a bug in how brew changed its builds of git, and
also affects packages besides git.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-19 15:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-19 14:18 Git 2.19 ignores default system language in Mac (2.18 or earlier did not) Vasily Korytov
2018-09-19 15:39 ` Elijah Newren

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).