We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8d3337 + 0d0d8d8 commit b39b0e1Copy full SHA for b39b0e1
Documentation/technical/multi-pack-index.txt
@@ -36,7 +36,9 @@ Design Details
36
directory of an alternate. It refers only to packfiles in that
37
same directory.
38
39
-- The core.multiPackIndex config setting must be on to consume MIDX files.
+- The core.multiPackIndex config setting must be on (which is the
40
+ default) to consume MIDX files. Setting it to `false` prevents
41
+ Git from reading a MIDX file, even if one exists.
42
43
- The file format includes parameters for the object ID hash
44
function, so a future change of hash algorithm does not require
0 commit comments