Summary: | Git plugin will ignore directory contains ignored files | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Weng Xuetian <wengxt> |
Component: | plugins: git | Assignee: | Sebastian Dörner <sebastian> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.0 | ||
Target Milestone: | --- | ||
Platform: | Chakra | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.9 | |
Sentry Crash Report: |
Description
Weng Xuetian
2012-01-06 03:18:24 UTC
Thanks for finding this, I'm sorry this bug slipped my inbox. The changes necessary to fix this might be binary incompatible, so perhaps this won't get fixed before 4.9. Internal note: If we don't want to hack this with a boolean, we'd need to upgrade to KVersionControlPlugin2, because V1 doesn't include IgnoredVersion. This is a good idea anyway, but needs some more work. SVN commit 1296335 by doerner: Upgrade interface to KVersionControlPlugin2 M +23 -13 fileviewgitplugin.cpp M +10 -9 fileviewgitplugin.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1296335 SVN commit 1296349 by doerner: Correctly show the version state for directories containing ignored files. Ignored files do not cause these directories to be shown as Unversioned any more. Ignored files in the current directory are now also shown in a different color (by marking them as Ignored instead of simply Unversioned). FIXED-IN: 4.9 M +9 -3 fileviewgitplugin.cpp M +2 -1 fileviewgitplugin.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1296349 |