Community
Participate
Working Groups
JGit added a new method CommitCommand.setAppend(). This change hasn't appeared in a stable JGit build yet, but we started referencing it in our GitCommitHandlerV1. This causes a compile error in our build.
I have reverted the change on our side for now so we can do an integration build. Once our build is consuming a stable build of JGit that contains the change, we can add it back.
I will handle this: will check if the new method is shipped with a JGit build in M7. Sorry for the trouble.
I've marked org.eclipse.orion.server.tests.servlets.git.GitCommitTest.testCommitAmend() to be ignored, otherwise it would fail.
The latest n-build from JGit is 0.12.0.201103040915. The fix (bug 339088) is definitely not there yet. Will check again next week.
The fix is in JGit 0.12.0.201104032215 and later. I'm re-enabling the amend switch in server API, see http://git.eclipse.org/c/e4/org.eclipse.orion.server.git/commit/?id=b1a55353e7e3f47458a2b248c2708d61dcc29b5b.