Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-09-30 08:08:11 +0000
committerMatthias Sohn2011-09-30 08:08:24 +0000
commite20c835071615cd81ceb3e150f5a75c0db4ebf51 (patch)
tree3e79f131bbd7d782d4f71f89583ea6fad8ca118e /org.eclipse.egit.ui/plugin.properties
parentb3bcce3379c58527e562e5ad961b33e040d9c2c2 (diff)
downloadegit-e20c835071615cd81ceb3e150f5a75c0db4ebf51.tar.gz
egit-e20c835071615cd81ceb3e150f5a75c0db4ebf51.tar.xz
egit-e20c835071615cd81ceb3e150f5a75c0db4ebf51.zip
Auto share projects located in a git working tree
Automatically share projects on import or creation if they are not shared with another team provider already and if they are contained in the working tree of an existing Git repository. Auto-sharing can be configured with a new preference. Bug: 356953 Change-Id: I638fc7afd155f45e392d2a74bf8c36ef2d7ad063 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/plugin.properties')
-rw-r--r--org.eclipse.egit.ui/plugin.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/plugin.properties b/org.eclipse.egit.ui/plugin.properties
index d5fc2efa4d..fc00263e37 100644
--- a/org.eclipse.egit.ui/plugin.properties
+++ b/org.eclipse.egit.ui/plugin.properties
@@ -96,6 +96,7 @@ GitPreferences_name=Git
GitPreferences_WindowCachePreferencePage_name=Window Cache
GitPreferences_DecoratorPreferencePage_name=Label Decorations
GitPreferences_CommitDialogPreferencePage_name=Commit Dialog
+GitPreferences_ProjectPreferencePage_name=Projects
ShareProjectCommand_name=Share with Git
ShareProjectCommand_desc=Share the project using Git

Back to the top