Community
Participate
Working Groups
git-status.html resides in org.eclipse.orion.client.core right now. It should be moved to org.eclipse.orion.client.git.
we also need to wrap all the server APIs to git service and make all the actions similar to actions in navigation table. I will track theses changes in this bug.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=339205 addresses the "wrap all the server APIs to git service".
(In reply to comment #2) > https://bugs.eclipse.org/bugs/show_bug.cgi?id=339205 addresses the "wrap all > the server APIs to git service". Not really. Bug 339205 is to move GitService to a plug-in what we already did for FileService. I would expect to move all the Git API you are using in the compare editor to the current Git Service first. So if you have any Git UI or Git logic implemented in org.eclipse.orion.client.core, please move it to org.eclipse.orion.client.git.
fixed with 3db91995b5b2393428d93b5eafde27048b51494b. Moved all git related stuff to org.eclipse.orion.client.git. Moved all git related http request to gitClient.