Community
Participate
Working Groups
When I have a conflict after cherry picking the commit command is enabled, but leads to an error: org.eclipse.team.core.TeamException: Committing changes at org.eclipse.egit.core.op.CommitOperation$1.run(CommitOperation.java:183) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1782) at org.eclipse.egit.core.op.CommitOperation.execute(CommitOperation.java:194) at org.eclipse.egit.ui.internal.commit.CommitUI$2.run(CommitUI.java:237) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55) Caused by: org.eclipse.jgit.errors.NotSupportedException: Cannot work with other stages than zero right now. Won't write corrupt index. at org.eclipse.jgit.lib.GitIndex.checkWriteOk(GitIndex.java:349) at org.eclipse.jgit.lib.GitIndex.write(GitIndex.java:269) at org.eclipse.egit.core.op.CommitOperation.doCommits(CommitOperation.java:311) at org.eclipse.egit.core.op.CommitOperation.access$8(CommitOperation.java:297) at org.eclipse.egit.core.op.CommitOperation$1.run(CommitOperation.java:180) ... 5 more
Is this still the case?
I assume this is fixed. Commit gives a clear message that it refused to commit due to unresolved conflicts.