[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: changing git language



berenger morel [2013-08-22 16:16:42 +02:00] wrote:

> Le 22.08.2013 16:11, Ralf Mardorf a écrit :
>> LANG=C git.real $*
>
> I see. Thanks. I think I will go for an alias instead, in that case,
> but I would have preferred another solution. Strange that there are no
> (real) configuration option for that...

I wouldn't use LANG because it is used as the default for some LC_*
variables, including LC_CTYPE which sets the character encoding. To
configure just output messages, use LC_MESSAGES variable. You could
maybe insert this in your shell startup file (e.g. ~/.bashrc):

    export LC_MESSAGES=C

Attachment: pgpS_YD_TWc2y.pgp
Description: PGP signature


Reply to: