1git-multi-pack-index(1) 2======================= 3 4NAME 5---- 6git-multi-pack-index - Write and verify multi-pack-indexes 7 8 9SYNOPSIS 10-------- 11[verse] 12'git multi-pack-index' [--object-dir=<dir>] 13 14DESCRIPTION 15----------- 16Write or verify a multi-pack-index (MIDX) file. 17 18OPTIONS 19------- 20 21--object-dir=<dir>:: 22 Use given directory for the location of Git objects. We check 23 `<dir>/packs/multi-pack-index` for the current MIDX file, and 24 `<dir>/packs` for the pack-files to index. 25 26 27SEE ALSO 28-------- 29See link:technical/multi-pack-index.html[The Multi-Pack-Index Design 30Document] and link:technical/pack-format.html[The Multi-Pack-Index 31Format] for more information on the multi-pack-index feature. 32 33 34GIT 35--- 36Part of the linkgit:git[1] suite