Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Lay2011-07-01 22:31:53 +0000
committerMatthias Sohn2011-07-01 22:31:53 +0000
commit2fbe581a84e30ea272fb8509338b6ac487b6069c (patch)
tree39a5e012e437118a146f4f22278f758cbe7050db /org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
parent85094cf5b3c84984c2b085f4236337cf80ab8088 (diff)
downloadegit-2fbe581a84e30ea272fb8509338b6ac487b6069c.tar.gz
egit-2fbe581a84e30ea272fb8509338b6ac487b6069c.tar.xz
egit-2fbe581a84e30ea272fb8509338b6ac487b6069c.zip
Add aditional Refs to HistoryView
Now that additional Refs like FETCH_HEAD are treated as starting points of the graph in the history view the corresponding labels should also be shown. Change-Id: I8f1d633787556cf0df05211d323bf2cf2d018bdd Signed-off-by: Stefan Lay <stefan.lay@sap.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
index c69c7565ec..c0e544d094 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/uitext.properties
@@ -137,6 +137,7 @@ GitHistoryPage_compareMode=Compare Mode
GitHistoryPage_showAllBranches=Show All Branches and Tags
GitHistoryPage_errorLookingUpPath=IO error looking up path {0} in {1}.
GitHistoryPage_errorParsingHead=Cannot parse HEAD in: {0}
+GitHistoryPage_errorReadingAdditionalRefs=Cannot read additional references for repository {0}
GitHistoryPage_errorSettingStartPoints=Cannot set start points for repository {0}
GitHistoryPage_fileNotFound=File not Found
GitHistoryPage_notContainedInCommits=File {0} is not contained in the commits: {1}

Back to the top