Fix enabling team operations on project import
commit667f571b266f7c0dab952733c22bb5f029754f44
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 24 Dec 2009 14:48:32 +0000 (24 15:48 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 9 Feb 2010 00:41:42 +0000 (9 01:41 +0100)
treeb95dbd2ecb6a90bad57328c579533b0230df1830
parent617a563f9f1c264b123f8c1d01d7518d1f946799
Fix enabling team operations on project import

The old code only worked if .git directory was one level above
the Eclipse projects being imported.

Bug: 298027
Change-Id: I5eb0a867b2d6fa8e1f63abfa2291950507fdf3f3
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit.core/src/org/eclipse/egit/core/op/CloneOperation.java
org.eclipse.egit.core/src/org/eclipse/egit/core/op/ConnectProviderOperation.java
org.eclipse.egit.core/src/org/eclipse/egit/core/project/RepositoryMapping.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clone/GitCloneWizard.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/clone/GitProjectsImportPage.java