diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-06-16 12:18:49 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-16 12:18:49 -0700 |
commit | 96b29bde9194f96cb711a00876700ea8dd9c0727 (patch) | |
tree | aeac876d624d85aecad5a6bd7ed368ae08925948 /environment.c | |
parent | bb0ced758153412afc4af07fcadd983c364b4f67 (diff) | |
parent | 299e29870b777818ab84a508c901a4ef924f6fd4 (diff) | |
download | git-96b29bde9194f96cb711a00876700ea8dd9c0727.tar.gz |
Merge branch 'sh/enable-preloadindex'
* sh/enable-preloadindex:
environment.c: enable core.preloadindex by default
Diffstat (limited to 'environment.c')
-rw-r--r-- | environment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.c b/environment.c index c648ac3d3a..4dac5e9edd 100644 --- a/environment.c +++ b/environment.c @@ -72,7 +72,7 @@ char comment_line_char = '#'; int auto_comment_line_char; /* Parallel index stat data preload? */ -int core_preload_index = 0; +int core_preload_index = 1; /* This is set by setup_git_dir_gently() and/or git_default_config() */ char *git_work_tree_cfg; |