Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2020-01-04 15:43:14 +0300
committerJunio C Hamano <gitster@pobox.com>2020-01-05 02:02:06 +0300
commit421c0ffb02149fa77e61b6fbe6e26bf289901c32 (patch)
tree9acf05a55659c645b9d445961cd624e70d68df22
parent6a22d521260f86dff8fe6f23ab329cebb62ba4f0 (diff)
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>
-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