Git status does not generate index.lock
The git option (Note: not git status) --no-optional-locks prohibits the generation of the lockfile in read-only operation, thus not blocking other e.g. manually typed commands.
https://bugs.kde.org/show_bug.cgi?id=363576
demo:
-
open a cli and cd in a repo of your choice
-
run: inotifywait --monitor -e create .git
-
open dolphin with installed git plugin, change into same repo
-
you should get a: .git/ CREATE index.lock
-
with this patchset no such notification should be generated
Question: is there a "easy" way to develop/test the plugins? I did not find a way to install it via the dolphin gui, I had to find the files and copy mine over it.