summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Johannes Berg <johannes@sipsolutions.net>2020-01-04 13:43:14 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-01-04 15:02:06 -0800
commit421c0ffb02149fa77e61b6fbe6e26bf289901c32 (patch)
tree9acf05a55659c645b9d445961cd624e70d68df22 /Documentation
parentpack-objects: consider packs in multi-pack-index (diff)
downloadtgif-421c0ffb02149fa77e61b6fbe6e26bf289901c32.tar.xz
multi-pack-index: correct configuration in documentation
It's core.multiPackIndex, not pack.multiIndex. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/technical/multi-pack-index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/multi-pack-index.txt b/Documentation/technical/multi-pack-index.txt
index d7e57639f7..8175da4a52 100644
--- a/Documentation/technical/multi-pack-index.txt
+++ b/Documentation/technical/multi-pack-index.txt
@@ -36,7 +36,7 @@ Design Details
directory of an alternate. It refers only to packfiles in that
same directory.
-- The pack.multiIndex config setting must be on to consume MIDX files.
+- The core.multiPackIndex config setting must be on to consume MIDX files.
- The file format includes parameters for the object ID hash
function, so a future change of hash algorithm does not require