Allow sharing a Git project with .git directly below the project
commit9fd991fcc6c8cde8eda431cfd8a87fa7ff0637f6
authorStefan Lay <stefan.lay@sap.com>
Thu, 3 Dec 2009 13:16:20 +0000 (3 14:16 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 3 Dec 2009 16:37:44 +0000 (3 08:37 -0800)
tree44bcb097bec50f5fd6cb948426ea05edb04d95b3
parentf5269d1088b50900e7b4f35a52d9762f413ac2f1
Allow sharing a Git project with .git directly below the project

The method findActualRepository of ConnectProviderOperation searches
for a RepositoryMapping with the path "..\\.git".  However, the
RepositoryMapping stores the path with a /: "../.git".

Bug: 296463
Change-Id: I1623d110cc1176c37f54fda190c3265f5717191e
Signed-off-by: Stefan Lay <stefan.lay@sap.com>
org.eclipse.egit.core/src/org/eclipse/egit/core/op/ConnectProviderOperation.java