Community
Participate
Working Groups
The implementation of git EFS should not have dependency on org.eclipse.egit.core or any other org.eclipse.egit.* bundles. We should stick to org.eclipse.jgit.*. Currently we use CloneOperation from egit.core to clone repositories for linked projects. This could be replaced with our own implementation of the operation, which basically does init, fetch and checkout, all can be done with jgit API.
Oops. *** This bug has been marked as a duplicate of bug 334092 ***