diff options
| author | Junio C Hamano <gitster@pobox.com> | 2020-01-08 12:44:11 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2020-01-08 12:44:12 -0800 |
| commit | 7e65f8638e5bfe439fa12a4fb677b24ed63ed753 (patch) | |
| tree | 63d40fbbd76452f804c829a07da05f538d533b01 | |
| parent | c5dc20638baf54c43092ee676e0692cba954b194 (diff) | |
| parent | 421c0ffb02149fa77e61b6fbe6e26bf289901c32 (diff) | |
| download | git-7e65f8638e5bfe439fa12a4fb677b24ed63ed753.tar.gz | |
Merge branch 'jb/doc-multi-pack-idx-fix'
Typofix.
* jb/doc-multi-pack-idx-fix:
multi-pack-index: correct configuration in documentation
| -rw-r--r-- | Documentation/technical/multi-pack-index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/multi-pack-index.txt b/Documentation/technical/multi-pack-index.txt index 1e31239696..4e7631437a 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 |
