Skip to content

Commit 421c0ff

Browse files
jmberggitster
authored andcommitted
multi-pack-index: correct configuration in documentation
It's core.multiPackIndex, not pack.multiIndex. Signed-off-by: Johannes Berg <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6a22d52 commit 421c0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/technical/multi-pack-index.txt

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

39-
- The pack.multiIndex config setting must be on to consume MIDX files.
39+
- The core.multiPackIndex config setting must be on to consume MIDX files.
4040

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

0 commit comments

Comments
 (0)