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.114
1 files changed, 10 insertions, 4 deletions
diff --git a/man1/git-config.1 b/man1/git-config.1
index 6411b87a4..ec7c03c49 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: 04/25/2023
+.\" Date: 2023-04-27
.\" Manual: Git Manual
-.\" Source: Git 2.40.1.423.g2807bd2c10
+.\" Source: Git 2.40.1.445.gf85cd430b1
.\" Language: English
.\"
-.TH "GIT\-CONFIG" "1" "04/25/2023" "Git 2\&.40\&.1\&.423\&.g2807bd" "Git Manual"
+.TH "GIT\-CONFIG" "1" "2023\-04\-27" "Git 2\&.40\&.1\&.445\&.gf85cd4" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -7484,12 +7484,18 @@ pack\&.writeBitmapLookupTable
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\&.readReverseIndex
+.RS 4
+When true, git will read any \&.rev file(s) that may be available (see:
+\fBgitformat-pack\fR(5))\&. When false, the reverse index will be generated from scratch and stored in memory\&. Defaults to true\&.
+.RE
+.PP
pack\&.writeReverseIndex
.RS 4
When true, git will write a corresponding \&.rev file (see:
\fBgitformat-pack\fR(5)) for each new packfile that it writes in all places except for
\fBgit-fast-import\fR(1)
-and in the bulk checkin mechanism\&. Defaults to false\&.
+and in the bulk checkin mechanism\&. Defaults to true\&.
.RE
.PP
pager\&.<cmd>