Community
Participate
Working Groups
Steps: 1. Have two, diverged branches 2. Open Git Log for the repo 3. Select a commit on one branch try to cherry pick it to an active branch => Cherry pick works, but you can see an error in the console * POST http://localhost:8080/gitapi/commit/HEAD/file/rv/ {"Cherry-Pick":"da5458b04..."} > 200 OK, this is the successful cherry pick * GET http://localhost:8080/gitapi/commit/file/rv/?page=1 > 200 OK * POST http://localhost:8080/gitapi/commit/file/rv/?page=1 {"New":"HEAD"} > 500 Internal Server Error Note, this works fine when in 2. you open Git Log for one of the branches.
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html