summaryrefslogtreecommitdiffstats
path: root/man1/git-config.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-config.1')
-rw-r--r--man1/git-config.111
1 files changed, 8 insertions, 3 deletions
diff --git a/man1/git-config.1 b/man1/git-config.1
index 67aec8238..ec53b8846 100644
--- a/man1/git-config.1
+++ b/man1/git-config.1
@@ -2,12 +2,12 @@
.\" Title: git-config
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 09/01/2022
+.\" Date: 09/05/2022
.\" Manual: Git Manual
-.\" Source: Git 2.37.3.485.gbe1a02a17e
+.\" Source: Git 2.37.3.518.g79f2338b37
.\" Language: English
.\"
-.TH "GIT\-CONFIG" "1" "09/01/2022" "Git 2\&.37\&.3\&.485\&.gbe1a02" "Git Manual"
+.TH "GIT\-CONFIG" "1" "09/05/2022" "Git 2\&.37\&.3\&.518\&.g79f233" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -7204,6 +7204,11 @@ When true, git will include a "hash cache" section in the bitmap index (if one i
When writing a multi\-pack reachability bitmap, no new namehashes are computed; instead, any namehashes stored in an existing bitmap are permuted into their appropriate location when writing a new bitmap\&.
.RE
.PP
+pack\&.writeBitmapLookupTable
+.RS 4
+When true, Git will include a "lookup table" section in the bitmap index (if one is written)\&. This table is used to defer loading individual bitmaps as late as possible\&. This can be beneficial in repositories that have relatively large bitmap indexes\&. Defaults to false\&.
+.RE
+.PP
pack\&.writeReverseIndex
.RS 4
When true, git will write a corresponding \&.rev file (see: