Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathias Kinzler2010-10-01 15:37:49 +0000
committerMatthias Sohn2010-10-03 21:35:34 +0000
commit1f972b32da0923e29f78476273b8205eda6051ec (patch)
treeaf2ea64a3d3971f2034f9b2e5786230f8a7fc41f /org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
parented1d5bcd6fec50d583881bdc702437d52de91302 (diff)
downloadegit-1f972b32da0923e29f78476273b8205eda6051ec.tar.gz
egit-1f972b32da0923e29f78476273b8205eda6051ec.tar.xz
egit-1f972b32da0923e29f78476273b8205eda6051ec.zip
Allow to configure a default target folder for cloning Git Repositories
Cloning Repositories into the workspace location has proven to cause different issues. This adds a "default folder" Preference that can be configured and defaults to the user home as obtained from FS. This folder is then suggested as parent folder in the GitCloneWizard. Bug: 326374 Change-Id: I4b5aef0bebaea81d8d4ca5ff2e805e11b6530f6a Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
index 036f060134..a7945ed2d2 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
@@ -122,6 +122,8 @@ GitHistoryPage_ResetMixedMenuLabel=&Mixed
GitHistoryPage_ResetSoftMenuLabel=&Soft
GitHistoryPage_SetAsBaselineMenuLabel=&Set as Baseline
GitHistoryPage_ShowAllBranchesMenuLabel=Show all &Branches
+GitPreferenceRoot_DefaultRepoFolderLabel=Default Repository &folder:
+GitPreferenceRoot_DefaultRepoFolderTooltip=This folder will be suggested as parent folder when cloning a Remote Repository
GitProjectPropertyPage_LabelBranch=Branch:
GitProjectPropertyPage_LabelGitDir=Git directory:
GitProjectPropertyPage_LabelId=Id:
@@ -231,6 +233,7 @@ CloneDestinationPage_promptInitialBranch=Initial branc&h
CloneDestinationPage_promptRemoteName=Remote na&me
CloneDestinationPage_fieldRequired={0} is required.
CloneDestinationPage_browseButton=Bro&wse
+CloneDestinationPage_DefaultRepoFolderTooltip=You can change the default parent folder in the Git Preferences
CloneDestinationPage_errorNotEmptyDir={0} is not an empty directory.
RefContentProposal_blob=blob

Back to the top