https://bugs.kde.org/show_bug.cgi?id=447530
Nikolai Krasheninnikov <nkrasheninni...@yandex.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/sdk/ | |dolphin-plugins/-/commit/29 | |a6aff76d1a4dc9b236b75b359d4 | |e97d2d0b987 Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #5 from Nikolai Krasheninnikov <nkrasheninni...@yandex.ru> --- Git commit 29a6aff76d1a4dc9b236b75b359d4e97d2d0b987 by Nikolai Krasheninnikov. Committed on 28/05/2024 at 14:34. Pushed by nikolaik into branch 'master'. git: untracked empty dirs are no longer shown as versioned As git can't add empty dirs, they don't show up in `git status`. We can get this list from `git ls-files`. This list is overlapping with `git status` but we can't gain all info from just one command. So we use both. M +10 -1 git/fileviewgitplugin.cpp M +23 -0 git/gitwrapper.cpp M +10 -0 git/gitwrapper.h https://invent.kde.org/sdk/dolphin-plugins/-/commit/29a6aff76d1a4dc9b236b75b359d4e97d2d0b987 -- You are receiving this mail because: You are watching all bug changes.