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.124
1 files changed, 6 insertions, 18 deletions
diff --git a/man1/git-config.1 b/man1/git-config.1
index ec7c03c49..f18b25ec6 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: 2023-04-27
+.\" Date: 2023-04-28
.\" Manual: Git Manual
-.\" Source: Git 2.40.1.445.gf85cd430b1
+.\" Source: Git 2.40.1.459.g48d89b51b3
.\" Language: English
.\"
-.TH "GIT\-CONFIG" "1" "2023\-04\-27" "Git 2\&.40\&.1\&.445\&.gf85cd4" "Git Manual"
+.TH "GIT\-CONFIG" "1" "2023\-04\-28" "Git 2\&.40\&.1\&.459\&.g48d89b" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -4382,18 +4382,6 @@ Enable config options that are new to Git, and are being considered for future d
\fBfetch\&.negotiationAlgorithm=skipping\fR
may improve fetch negotiation times by skipping more commits at a time, reducing the number of round trips\&.
.RE
-.sp
-.RS 4
-.ie n \{\
-\h'-04'\(bu\h'+03'\c
-.\}
-.el \{\
-.sp -1
-.IP \(bu 2.3
-.\}
-\fBgc\&.cruftPacks=true\fR
-reduces disk space used by unreachable objects during garbage collection, preventing loose object explosions\&.
-.RE
.RE
.PP
feature\&.manyFiles
@@ -5013,11 +5001,11 @@ return immediately and run in background if the system supports it\&. Default is
.PP
gc\&.bigPackThreshold
.RS 4
-If non\-zero, all packs larger than this limit are kept when
+If non\-zero, all non\-cruft packs larger than this limit are kept when
\fBgit gc\fR
is run\&. This is very similar to
\fB\-\-keep\-largest\-pack\fR
-except that all packs that meet the threshold are kept, not just the largest pack\&. Defaults to zero\&. Common unit suffixes of
+except that all non\-cruft packs that meet the threshold are kept, not just the largest pack\&. Defaults to zero\&. Common unit suffixes of
\fIk\fR,
\fIm\fR, or
\fIg\fR
@@ -5074,7 +5062,7 @@ gc\&.cruftPacks
.RS 4
Store unreachable objects in a cruft pack (see
\fBgit-repack\fR(1)) instead of as loose objects\&. The default is
-\fBfalse\fR\&.
+\fBtrue\fR\&.
.RE
.PP
gc\&.pruneExpire