From 1032bb0091e0e9789fadad281cd0c149c65fa74b Mon Sep 17 00:00:00 2001 From: Julia Beliaeva Date: Sun, 25 Sep 2016 23:58:54 +0300 Subject: [PATCH] [vcs-log] turn indexing on by default --- platform/util/resources/misc/registry.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/util/resources/misc/registry.properties b/platform/util/resources/misc/registry.properties index 40dcb301ba9f..ce4e516d4e28 100644 --- a/platform/util/resources/misc/registry.properties +++ b/platform/util/resources/misc/registry.properties @@ -296,7 +296,7 @@ vcs.log.labels.redesign=false vcs.log.labels.redesign.description=Show branch labels on the right with combined tag icons, do not display tag names, combine tracked branches, display detached heads with an exclamation mark vcs.log.highlight.not.indexed=false vcs.log.highlight.not.indexed.description=Highlight commits that are not indexed -vcs.log.index.git=false +vcs.log.index.git=true vcs.log.index.git.description=Index all commits in Git repository for fast search vcs.log.graph.history=false vcs.log.graph.history.description=Action in context menu that opens a new log tab filtered by file in context