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::
621
621
+
622
622
This can speed up operations like 'git diff' and 'git status' especially
623
623
on 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
625
625
index comparison to the filesystem data in parallel, allowing
626
- overlapping IO's.
626
+ overlapping IO's. Defaults to true.
627
627
628
628
core.createObject::
629
629
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 = '#';
72
72
int auto_comment_line_char ;
73
73
74
74
/* Parallel index stat data preload? */
75
- int core_preload_index = 0 ;
75
+ int core_preload_index = 1 ;
76
76
77
77
/* This is set by setup_git_dir_gently() and/or git_default_config() */
78
78
char * git_work_tree_cfg ;
You can’t perform that action at this time.
0 commit comments