File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -621,9 +621,9 @@ core.preloadindex::
621621+
622622This can speed up operations like 'git diff' and 'git status' especially
623623on filesystems like NFS that have weak caching semantics and thus
624- relatively high IO latencies. With this set to 'true' , Git will do the
624+ relatively high IO latencies. When enabled , Git will do the
625625index comparison to the filesystem data in parallel, allowing
626- overlapping IO's.
626+ overlapping IO's. Defaults to true.
627627
628628core.createObject::
629629 You can set this to 'link', in which case a hardlink followed by
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ char comment_line_char = '#';
7272int auto_comment_line_char ;
7373
7474/* Parallel index stat data preload? */
75- int core_preload_index = 0 ;
75+ int core_preload_index = 1 ;
7676
7777/* This is set by setup_git_dir_gently() and/or git_default_config() */
7878char * git_work_tree_cfg ;
You can’t perform that action at this time.
0 commit comments