german translation bug

2013-12-25 Thread Wolfgang Rohdewald
Arbeitsverzeichnis leer means working directory empty which is obviously wrong. It should say Arbeitsverzeichnis sauber wr@s5:~/src/linux$ git status # Auf Zweig drm-intel-testing Nichts zum Einreichen, Arbeitsverzeichnis leer wr@s5:~/src/linux$ LANG=C git status # On branch drm-intel-testing

Re: german translation bug

2013-12-25 Thread Wolfgang Rohdewald
Am Mittwoch, 25. Dezember 2013, 21:59:10 schrieb Ralf Thielow: What version of Git do you use? What distro in what version do you use? freshly installed kubuntu 13.10. The package language-pack-de mentioned at the end of this mail is installed. I suppose I should open a KDE bug report? i5:~

Re: german translation bug

2013-12-25 Thread Wolfgang Rohdewald
Am Mittwoch, 25. Dezember 2013, 22:53:29 schrieb Wolfgang Rohdewald: I suppose I should open a KDE bug report? I meant a ubuntu bug report of course. -- Wolfgang -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to majord...@vger.kernel.org More majordomo

filter-branch --parent-filter in bare repository

2012-08-12 Thread Wolfgang Rohdewald
Using git version 1.7.12.rc2.18.g61b472e (1.7.9 has the same problem) If I run (directly in the bare repository) git filter-branch -d ../localrewrite --parent-filter cat I get this error message on the last line, nothing unusual before: error: Untracked working tree file 'AUTHORS' would be

[BUG] filter-branch --parent-filter in bare repository

2012-08-17 Thread Wolfgang Rohdewald
Using git version 1.7.12.rc2.18.g61b472e (1.7.9 has the same problem) If I run (directly in the bare repository) git filter-branch -d ../localrewrite --parent-filter cat I get this error message on the last line, nothing unusual before: error: Untracked working tree file 'AUTHORS' would be

git status: minor output format error

2013-11-03 Thread Wolfgang Rohdewald
git version 1.8.3.2 git status in German says (extract) # geändert: kajongg.py # gelöscht:playfield.py as you can see, there is one space too much before playfield.py LANG=C git status is correct: # modified: kajongg.py # deleted:playfield.py so it seems