[dolphin] [Bug 447530] Untracked empty folders in a git repo are wrongly shown with the 'up-to-date' icon

Nikolai Krasheninnikov bugzilla_noreply at kde.org
Tue May 28 15:34:29 BST 2024


https://bugs.kde.org/show_bug.cgi?id=447530

Nikolai Krasheninnikov <nkrasheninnikov at 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 <nkrasheninnikov at 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 on the CC list for the bug.


More information about the kfm-devel mailing list