Message ID | 20210923201252.GA25980@dcvr (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [v2] doc/technical: update note about core.multiPackIndex | expand |
On Thu, Sep 23, 2021 at 08:12:52PM +0000, Eric Wong wrote: > Subject: [PATCH] doc/technical: update note about core.multiPackIndex > > MIDX files are used by default since commit d0fa539bc569 > (doc/technical: remove outdated MIDX default note, 2021-09-22) > > Helped-by: Taylor Blau <me@ttaylorr.com> > Signed-off-by: Eric Wong <e@80x24.org> > --- Thanks; this version looks good to me. Thanks, Taylor
diff --git a/Documentation/technical/multi-pack-index.txt b/Documentation/technical/multi-pack-index.txt index 1a73c3ee203e..86f40f24909a 100644 --- a/Documentation/technical/multi-pack-index.txt +++ b/Documentation/technical/multi-pack-index.txt @@ -36,7 +36,9 @@ Design Details directory of an alternate. It refers only to packfiles in that same directory. -- The core.multiPackIndex config setting must be on to consume MIDX files. +- The core.multiPackIndex config setting must be on (which is the + default) to consume MIDX files. Setting it to `false` prevents + Git from reading a MIDX file, even if one exists. - The file format includes parameters for the object ID hash function, so a future change of hash algorithm does not require