Community
Participate
Working Groups
Provide API (without using internals) to launch dialog for importing projects from a Git repository.
related change: http://egit.eclipse.org/r/#change,3759
review has moved to change: http://egit.eclipse.org/r/#change,3765 Mathias, thanks for your comments on the review. You said: > I am not convinced that we want to make this API The idea behind this proposed API is to enable rich third party tool integration related to the IDE and Git repositories. Automating a multi-step process helps to simplify user adoption of Git. For example, with IDE tooling for systems that host SCM, CM, Build, etc., there is real value in having these tools assist developers with provisioning their workspace with artifacts. With API available in JGit, it's possible to clone remote repositories, however there is currently no way (using API) to import projects into the Eclipse workspace. Can you elaborate on your concerns?