Version: unspecified (using Devel) OS: Linux The git plugin parses the output of "git status", but the messages printed by git have changed in recent versions. It should be switched to using the persistent mode "git --porcelain -z". Reproducible: Always Steps to Reproduce: Use recent git version, show git directory content. Actual Results: Wrong version states. Expected Results: Correct version states.
SVN commit 1270897 by doerner: Use --porcelain mode for parsing git status, which was introduced by a (more or less) recent git version. This should be a stable interface now. As we can easily get ignored files this way, the map now contains all but the NormalVersion stated files. FIXED-IN: 4.8 M +65 -90 fileviewgitplugin.cpp M +9 -1 fileviewgitplugin.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1270897
SVN commit 1270899 by doerner: Backport of commit 1270897. Related: bug 267513 FIXED-IN: 4.8 M +65 -90 fileviewgitplugin.cpp M +9 -1 fileviewgitplugin.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1270899