Community
Participate
Working Groups
Build Identifier: When executing MergeCommand there was an exception but the index.lock file wasn't deleted from the repo. Here is the relevant code: MergeCommand mc = git.merge(); mc.include(repo.resolve(mergeWith)); MergeResult result = mc.call(); Reproducible: Always
I believe this has been fixed by commit eb46d7ffdc6dee1f8570d4be3b6c33cee8fa91c7 which is in the 1.1+ releases.