Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/preferences/ViewsPreferencePage.java')
-rw-r--r--org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/preferences/ViewsPreferencePage.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/preferences/ViewsPreferencePage.java b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/preferences/ViewsPreferencePage.java
index 958d5891a5..5ffc130f8f 100644
--- a/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/preferences/ViewsPreferencePage.java
+++ b/org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/preferences/ViewsPreferencePage.java
@@ -59,6 +59,9 @@ public class ViewsPreferencePage extends FieldEditorPreferencePage implements
UIPreferences.RESOURCEHISTORY_SHOW_NOTES,
UIText.ResourceHistory_toggleShowNotes, historyGroup));
addField(new BooleanFieldEditor(
+ UIPreferences.RESOURCEHISTORY_FOLLOW_RENAMES,
+ UIText.GitHistoryPage_FollowRenames, historyGroup));
+ addField(new BooleanFieldEditor(
UIPreferences.RESOURCEHISTORY_SHOW_COMMENT_WRAP,
UIText.ResourceHistory_toggleCommentWrap, historyGroup));

Back to the top