diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-10-06 13:40:12 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-10-06 13:40:12 -0700 |
commit | b39b0e1a829fc085c779f39f53d974b619494f8a (patch) | |
tree | 64321fc41bc97b3b3bc05feae951247b4fd23c9a | |
parent | Merge branch 'ab/repo-settings-cleanup' (diff) | |
parent | doc/technical: update note about core.multiPackIndex (diff) | |
download | tgif-b39b0e1a829fc085c779f39f53d974b619494f8a.tar.xz |
Merge branch 'ew/midx-doc-update'
Doc tweak.
* ew/midx-doc-update:
doc/technical: update note about core.multiPackIndex
-rw-r--r-- | Documentation/technical/multi-pack-index.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/technical/multi-pack-index.txt b/Documentation/technical/multi-pack-index.txt index 1a73c3ee20..86f40f2490 100644 --- a/Documentation/technical/multi-pack-index.txt +++ b/Documentation/technical/multi-pack-index.txt @@ -36,7 +36,9 @@ Design Details directory of an alternate. It refers only to packfiles in that same directory. -- The core.multiPackIndex config setting must be on to consume MIDX files. +- The core.multiPackIndex config setting must be on (which is the + default) to consume MIDX files. Setting it to `false` prevents + Git from reading a MIDX file, even if one exists. - The file format includes parameters for the object ID hash function, so a future change of hash algorithm does not require |