Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Hohenegger2019-12-21 10:31:17 +0000
committerMatthias Sohn2019-12-26 08:18:58 +0000
commit9e7b9fcfb99591308054239d302d6ec6c4db8577 (patch)
tree0ca6fcb5a22f52dd1b537ce0c79928320a04fc99 /org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF
parent4e523b2bfc60d96d721065fbf2b8b16786e47b59 (diff)
downloadegit-9e7b9fcfb99591308054239d302d6ec6c4db8577.tar.gz
egit-9e7b9fcfb99591308054239d302d6ec6c4db8577.tar.xz
egit-9e7b9fcfb99591308054239d302d6ec6c4db8577.zip
Gitflow start operations should support branch name normalization.
Diffstat (limited to 'org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF b/org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF
index f8728347e8..e773c079f1 100644
--- a/org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.gitflow.ui/META-INF/MANIFEST.MF
@@ -21,6 +21,7 @@ Import-Package: org.eclipse.egit.core;version="[5.7.0,5.8.0)",
org.eclipse.egit.ui.internal.actions;version="[5.7.0,5.8.0)",
org.eclipse.egit.ui.internal.branch;version="[5.7.0,5.8.0)",
org.eclipse.egit.ui.internal.commit;version="[5.7.0,5.8.0)",
+ org.eclipse.egit.ui.internal.components;version="[5.7.0,5.8.0)",
org.eclipse.egit.ui.internal.decorators;version="[5.7.0,5.8.0)",
org.eclipse.egit.ui.internal.expressions;version="[5.7.0,5.8.0)",
org.eclipse.egit.ui.internal.rebase;version="[5.7.0,5.8.0)",

Back to the top