[git-users] Git has changed my language from English to japanese

2012-05-29 Thread Giuseppe
Git has changed my language from English to japanese

Hello guys,
I wanted some advice .. if anything has happened already to someone 
I am no expert but the use of git commands 3-4 with those that interest me 
...
strange fact I suddenly find myself in the language of git japanese I can 
notunderstand what she says ...
Perhaps some update of ubuntu, which I did ..? are currently at version 
11.04!

However, I had two choices ... or learn the japanese language or ask for 
help
here you
a good day and thanks
Joseph


The following is a piece of an answer by running git git status 

   删除:  uploads/1/home.png
> #   删除:  uploads/1/home_jazzato.png
> #   删除:  uploads/1/stagione.png
> #   删除:  uploads/10/Little Mountain.jpg
> #   删除:  uploads/10/Step Into My Dream.jpg
> #   删除:  uploads/10/Woman.gif
> #   删除:  uploads/12/South Durras Sunrise.jpg
> #   删除:  uploads/12/Woman.gif
> #   删除:  uploads/2/Woman.gif
> #   删除:  uploads/3/home.jpg
> #   删除:  uploads/3/home.png
> #   删除:  uploads/3/image_2.jpg
> #   删除:  uploads/3/image_3.jpg
> #   删除:  uploads/3/stagione.png
> #
> # 未跟踪的文件:
> #   (使用 "git add ..." 以包含要提交的内容)
> #
> #   assets/30074dcd/
> #   assets/36bd0b92/
> #   assets/eaa5d792/
> #   css/Thumbs.db
> #   images/Thumbs.db
> #   images/admin/Thumbs.db
> #   images/img/MG-7929.png
>

>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/EfYPW7A4x-gJ.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



Re: [git-users] Git has changed my language from English to japanese

2012-05-29 Thread Giuseppe


Il giorno martedì 29 maggio 2012 16:07:05 UTC+2, Konstantin Khomoutov ha 
scritto:
>
> On Tue, 29 May 2012 05:57:59 -0700 (PDT) 
> Giuseppe  wrote: 
>
> [...] 
> > strange fact I suddenly find myself in the language of git japanese I 
> > can notunderstand what she says ... 
> > Perhaps some update of ubuntu, which I did ..? are currently at 
> > version 11.04! 
> [...] 
> > The following is a piece of an answer by running git git status 
> [...] 
>
> Please show what the `locale` command prints to you when you run it in 
> the same shell you're using to execute `git status`. 
>



the result is this:

giuseppe@giuseppe-notebook:/var/www/yii/jazzato$ locale

LANG=it_IT.UTF-8

LANGUAGE=it:zh_CN

LC_CTYPE="it_IT.UTF-8"

LC_NUMERIC="it_IT.UTF-8"

LC_TIME="it_IT.UTF-8"

LC_COLLATE="it_IT.UTF-8"

LC_MONETARY="it_IT.UTF-8"

LC_MESSAGES="it_IT.UTF-8"

LC_PAPER="it_IT.UTF-8"

LC_NAME="it_IT.UTF-8"

LC_ADDRESS="it_IT.UTF-8"

LC_TELEPHONE="it_IT.UTF-8"

LC_MEASUREMENT="it_IT.UTF-8"

LC_IDENTIFICATION="it_IT.UTF-8"

LC_ALL=

 



mhmhmhm  you have finally found the problem? this is strange?  i change it?

LANGUAGE=it:zh_CN

 
thank and sorry for my english

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/E-XmJm9acQkJ.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



Re: [git-users] Git has changed my language from English to japanese

2012-05-30 Thread Giuseppe
I followed another way but it worked anyway.
menu administrator I removed the Chinese language :)
thanks a lot ... I was going crazy 




Il giorno martedì 29 maggio 2012 18:45:15 UTC+2, Konstantin Khomoutov ha 
scritto:
>
> On Tue, 29 May 2012 07:22:13 -0700 (PDT) 
> Giuseppe  wrote: 
>
> [...] 
> > > > strange fact I suddenly find myself in the language of git 
> > > > japanese I can notunderstand what she says ... 
> > > > Perhaps some update of ubuntu, which I did ..? are currently at 
> > > > version 11.04! 
> [...] 
> > > Please show what the `locale` command prints to you when you run it 
> > > in the same shell you're using to execute `git status`. 
> > LANGUAGE=it:zh_CN 
> [...] 
> > mhmhmhm  you have finally found the problem? this is strange?  i 
> > change it? 
> Yes, his is the offending setting in your environment which makes Git 
> use translated message resources for some variant of Chinese. 
>
> Fixing the situation is not quite straightforward as it requires 
> knowing where this environment variable [1] comes from. 
>
> The first thing to read and understand is [2]. 
> Follow what's written there and consult the /etc/default/locale file. 
> If it contains the setting of that LANGUAGE variable, delete it (you 
> will probably have to reboot to apply this change). 
>
> If it doesn't, look for your personal shell initialization files. 
> The following encantation should find such files if they exist: 
>
> $ grep -rw LANGUAGE ~ 
>
> If this search turns up something fishy, like ~/.bashrc or 
> ~/.bash_profile, edit the offending file, removing the assignment to 
> that variable. Re-running a shell afterwards and executing `locale` in 
> it should result in that variable vanished. 
>
> If all this fails, try Ubuntu forums, askubuntu.com, superuser.com etc 
> as this problem has nothing to do with Git in general. 
>
> 1. http://en.wikipedia.org/wiki/Environment_variable 
> 2. https://help.ubuntu.com/community/Locale 
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/t7t6GTKEbq8J.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



[git-users] Git doc on custom commands

2014-07-07 Thread Giuseppe Manzo
I red a few articles around the web on how to implement custom git 
commands, but I cannot find anything about in the official site or in the 
documentation.
Does anyone knows how to find some official documentation about? I'd like 
to knew more than the simple 'put any executable file in your path' I found 
on the web.
Regards,
Beppe

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.