Add a "Git Repositories View"
commitf0325b28ed76b4115f3ed2cb2dde57fa2d9af38e
authorMathias Kinzler <mathias.kinzler@sap.com>
Mon, 15 Mar 2010 12:14:29 +0000 (15 13:14 +0100)
committerMathias Kinzler <mathias.kinzler@sap.com>
Mon, 15 Mar 2010 12:14:29 +0000 (15 13:14 +0100)
tree0b32c978971680a6cfa54362c69cff3fa2c35611
parent374af9a268a289429ae1b0c64e14116cff5d3916
Add a "Git Repositories View"

This is a very first implementation of a "Git Repositories View"
(analogous to e.g. CVS Repositories View). It allows addition
and removal of local Git Repositories, cloning of Git
Repositories as well as checking-out of branches.

Project import can be done using the standard "Import Existing Projects"
wizard.

We should use bug 301168 to discuss this.

Bug: 301168 (also: 281394, 302742, 303403)

Change-Id: Icd0a7171f67c3180dc4a4a4246b490d6d4536845
Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com>
org.eclipse.egit.ui/icons/obj16/branches_rep.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/obj16/repository_rep.gif [new file with mode: 0644]
org.eclipse.egit.ui/icons/ovr/checkedout_ov.gif [new file with mode: 0644]
org.eclipse.egit.ui/plugin.xml
org.eclipse.egit.ui/src/org/eclipse/egit/ui/Activator.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/repository/RepositoriesView.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/repository/RepositorySearchDialog.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/repository/RepositoryViewUITexts.java [new file with mode: 0644]
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/repository/repositoryviewuitexts.properties [new file with mode: 0644]