| Summary: | Dolphin's git plugin shows wrong version states with recent git versions | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Sebastian Dörner <sebastian> |
| Component: | plugins: git | Assignee: | Sebastian Dörner <sebastian> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 16.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 4.8 | |
| Sentry Crash Report: | |||
|
Description
Sebastian Dörner
2011-10-21 22:02:53 UTC
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 |