]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/config/pack.txt
Merge branch 'en/ort-perf-batch-9'
[thirdparty/git.git] / Documentation / config / pack.txt
index 837f1b16792fe2200afe011cc1dc0868b6590fe6..3da4ea98e2d4b11d0ff3534efd71ceddb93d9ea8 100644 (file)
@@ -133,3 +133,10 @@ pack.writeBitmapHashCache::
        between an older, bitmapped pack and objects that have been
        pushed since the last gc). The downside is that it consumes 4
        bytes per object of disk space. Defaults to true.
+
+pack.writeReverseIndex::
+       When true, git will write a corresponding .rev file (see:
+       link:../technical/pack-format.html[Documentation/technical/pack-format.txt])
+       for each new packfile that it writes in all places except for
+       linkgit:git-fast-import[1] and in the bulk checkin mechanism.
+       Defaults to false.