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

Milian Wolff <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/kdev
                   |                            |elop/kdevelop/commit/266dc9
                   |                            |761bdee6dbe21fc2567caac3eb2
                   |                            |e99a318

--- Comment #33 from Milian Wolff <[email protected]> ---
Git commit 266dc9761bdee6dbe21fc2567caac3eb2e99a318 by Milian Wolff.
Committed on 03/05/2021 at 12:49.
Pushed by mwolff into branch 'master'.

Set GIT_OPTIONAL_LOCKS=0 for all git subprocesses

This should prevent kdevelop from interferring with other git
processes that are run manually by the user in e.g. a separate
terminal. Most notably, it should fix the pesky errors of this kind:

    fatal: Unable to create '....git/index.lock': File exists.

Support for this environment variable was added upstream in
version 2.15.0 from what I can see in [1].

[1]: https://github.com/git/git/commit/27344d6a6c8056664966e11acf674e5da6dd7ee3

M  +1    -1    plugins/git/gitclonejob.cpp
M  +2    -2    plugins/git/gitclonejob.h
M  +4    -0    plugins/git/gitjob.cpp
M  +24   -24   plugins/git/gitplugin.cpp

https://invent.kde.org/kdevelop/kdevelop/commit/266dc9761bdee6dbe21fc2567caac3eb2e99a318

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to