git-prompt: fix LANG override for git status call
The previous version modified the whole environment leading to problems (see #7757). This version *adds* LANG=C to the current env, without overriding it completely. Fixes #7757.
Please register or sign in to comment