Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Hermann2014-08-14 15:02:47 +0000
committerRobin Stocker2014-08-19 12:48:24 +0000
commit09c324a7a5b956fb5bb23bc88b46779e3c60d726 (patch)
tree334ec3e7b70e1e5760bc46a4f722ccddb79b0794 /org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
parent1e73ecc2a9f7274e3ae87858b40f06ff8be0e615 (diff)
downloadegit-09c324a7a5b956fb5bb23bc88b46779e3c60d726.tar.gz
egit-09c324a7a5b956fb5bb23bc88b46779e3c60d726.tar.xz
egit-09c324a7a5b956fb5bb23bc88b46779e3c60d726.zip
[historyView] Support searching for branches/tags with find toolbar
Add a new search option to the history view search toolbar that allows to search for branches and tags. Also include it in the "All" option. Bug: 324737 Change-Id: Ia2627c25e479b17ba03bce4bb470972bebd549cd Signed-off-by: Andreas Hermann <a.v.hermann@gmail.com> Signed-off-by: Robin Stocker <robin@nibor.org>
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.properties2
1 files changed, 2 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 2a4d25ff31..6a79d77036 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
@@ -660,8 +660,10 @@ HistoryPage_findbar_changeto_commit=Change to Id
HistoryPage_findbar_changeto_comments=Change to Comments
HistoryPage_findbar_changeto_author=Change to Author
HistoryPage_findbar_changeto_committer=Change to Committer
+HistoryPage_findbar_changeto_reference=Change to Branch/Tag
HistoryPage_findbar_exceeded=Results limit exceeded
HistoryPage_findbar_notFound=String not found
+HistoryPage_findbar_reference=Branch/Tag
HistoryPreferencePage_toggleAllBranches=All &Branches and Tags
HistoryPreferencePage_toggleAdditionalRefs=&Additional Refs
HistoryPreferencePage_toggleEmailAddresses=&E-mail addresses in Author/Committer columns

Back to the top