Sync 'ds/multi-pack-index' to v2.19.0-rc0
[gitweb.git] / Documentation / config.txt
index 1c42364988ac1890007b617f50653061c1cc2350..8283443c979ec4543ebfe4539cf21c2bf4a8569b 100644 (file)
@@ -929,6 +929,11 @@ core.useReplaceRefs::
        option was given on the command line. See linkgit:git[1] and
        linkgit:git-replace[1] for more information.
 
+core.multiPackIndex::
+       Use the multi-pack-index file to track multiple packfiles using a
+       single index. See link:technical/multi-pack-index.html[the
+       multi-pack-index design document].
+
 core.sparseCheckout::
        Enable "sparse checkout" feature. See section "Sparse checkout" in
        linkgit:git-read-tree[1] for more information.