Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Muskalla2010-07-14 11:58:56 +0000
committerMatthias Sohn2010-07-16 08:41:39 +0000
commit551b1d4c7c79d7ac661e00bf23caf2851858bf1a (patch)
tree06969afa05e5f39e5be381ca5411d2a412c127b9 /org.eclipse.egit.ui/plugin.xml
parentee8b0c15e0decd309980d09de3397fb86a96ba91 (diff)
downloadegit-551b1d4c7c79d7ac661e00bf23caf2851858bf1a.tar.gz
egit-551b1d4c7c79d7ac661e00bf23caf2851858bf1a.tar.xz
egit-551b1d4c7c79d7ac661e00bf23caf2851858bf1a.zip
Allow deleting multiple branches at once
From time to time, one wants to cleanup old and obsolete branches. To help the user with this task, it is now possible to select multiple local branches and delete them all at once. To improve user experience, the affected branches will be shown again in the dialog before confirmation. Bug: 319246 Change-Id: I70ea9db24fafa90742ee147248558d8ffb011bc8 Signed-off-by: Benjamin Muskalla <bmuskalla@eclipsesource.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/plugin.xml')
-rw-r--r--org.eclipse.egit.ui/plugin.xml3
1 files changed, 0 insertions, 3 deletions
diff --git a/org.eclipse.egit.ui/plugin.xml b/org.eclipse.egit.ui/plugin.xml
index 1c3ec3e9c1..7a072deea4 100644
--- a/org.eclipse.egit.ui/plugin.xml
+++ b/org.eclipse.egit.ui/plugin.xml
@@ -1073,9 +1073,6 @@
<visibleWhen
checkEnabled="false">
<and>
- <count
- value="1">
- </count>
<iterate>
<and>
<or>

Back to the top