Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-06-16 23:18:49 +0400
committerJunio C Hamano <gitster@pobox.com>2014-06-16 23:18:49 +0400
commit96b29bde9194f96cb711a00876700ea8dd9c0727 (patch)
treeaeac876d624d85aecad5a6bd7ed368ae08925948 /Documentation/config.txt
parentbb0ced758153412afc4af07fcadd983c364b4f67 (diff)
parent299e29870b777818ab84a508c901a4ef924f6fd4 (diff)
Merge branch 'sh/enable-preloadindex'
* sh/enable-preloadindex: environment.c: enable core.preloadindex by default
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r--Documentation/config.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index 20cb3a25bc..9f467d3820 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -621,9 +621,9 @@ core.preloadindex::
+
This can speed up operations like 'git diff' and 'git status' especially
on filesystems like NFS that have weak caching semantics and thus
-relatively high IO latencies. With this set to 'true', Git will do the
+relatively high IO latencies. When enabled, Git will do the
index comparison to the filesystem data in parallel, allowing
-overlapping IO's.
+overlapping IO's. Defaults to true.
core.createObject::
You can set this to 'link', in which case a hardlink followed by