Skip to content

Commit b39b0e1

Browse files
committed
Merge branch 'ew/midx-doc-update'
Doc tweak. * ew/midx-doc-update: doc/technical: update note about core.multiPackIndex
2 parents d8d3337 + 0d0d8d8 commit b39b0e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/technical/multi-pack-index.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ Design Details
3636
directory of an alternate. It refers only to packfiles in that
3737
same directory.
3838

39-
- The core.multiPackIndex config setting must be on to consume MIDX files.
39+
- 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.
4042

4143
- The file format includes parameters for the object ID hash
4244
function, so a future change of hash algorithm does not require

0 commit comments

Comments
 (0)