Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Kügler2014-02-11 22:22:06 +0000
committerMatthias Sohn2014-02-13 20:11:08 +0000
commitaaba3270d8e2130a5d9e27161e0797a8f51da269 (patch)
tree126780e1ae0a8b37a5d923e8373d8af64e87f7ce /org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
parenta41ca8e7db559cdeb7dfdc31edb3d5081eeba654 (diff)
downloadegit-aaba3270d8e2130a5d9e27161e0797a8f51da269.tar.gz
egit-aaba3270d8e2130a5d9e27161e0797a8f51da269.tar.xz
egit-aaba3270d8e2130a5d9e27161e0797a8f51da269.zip
UI support for pruned references in fetch results
When fetching with the prune mode enabled, show the pruned references (especially deleted remote-tracking branches) in the fetch result table. Fetching with reference pruning is available in EGit through git config support recently introduced to JGit (see https://git.eclipse.org/r/#/c/21845/ ). Change-Id: I5e8cadce7e91f255c92d842a016e4844d2f84f23 Signed-off-by: Konrad Kügler <swamblumat-eclipsebugs@yahoo.de> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
index cf8bb33e02..724b0ea2b1 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
@@ -921,6 +921,7 @@ FetchResultTable_statusNewBranch=[new branch]
FetchResultTable_statusNewTag=[new tag]
FetchResultTable_statusRejected=[rejected]
FetchResultTable_statusUpToDate=[up to date]
+FetchResultTable_statusPruned=[pruned]
FetchSourcePage_GettingRemoteRefsTaskname=Getting remote refs
FetchSourcePage_PageMessage=The source is a branch or tag in the remote repository
FetchSourcePage_PageTitle=Please select a fetch source

Back to the top