Community
Participate
Working Groups
Removed a META-INF folder from the index (only contained a MANIFEST.MF) and got this in the log. !ENTRY org.eclipse.core.jobs 4 2 2011-07-08 01:31:36.935 !MESSAGE An internal error occurred during: "Removing file from Git Index". !STACK 0 java.lang.NullPointerException at org.eclipse.jgit.treewalk.TreeWalk.exitSubtree(TreeWalk.java:971) at org.eclipse.jgit.treewalk.TreeWalk.next(TreeWalk.java:547) at org.eclipse.egit.core.op.RemoveFromIndexOperation.updateDirCache(RemoveFromIndexOperation.java:126) at org.eclipse.egit.core.op.RemoveFromIndexOperation.execute(RemoveFromIndexOperation.java:78) at org.eclipse.egit.ui.internal.actions.RemoveFromIndexActionHandler$1.run(RemoveFromIndexActionHandler.java:53) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
which JGit version did you use here ? 2.0.0-SNAPSHOT can't throw a NPE on that line
(In reply to comment #1) > which JGit version did you use here ? 2.0.0-SNAPSHOT can't throw a NPE on > that line Assume fixed