I just updated my git to version 1.8 on OSX 10.8.2 following this tutorial and now git responds partially in my localization.
e.g.
$ git status
# Auf Zweig master
nothing to commit, working directory clean
How can I shut this off?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use
aliasto specifically disable localization:Put that in your
.profile/.bashrc(or other shell startup script) to make it permanent.