summaryrefslogtreecommitdiffstats
path: root/man5/gitformat-pack.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/gitformat-pack.5')
-rw-r--r--man5/gitformat-pack.58
1 files changed, 4 insertions, 4 deletions
diff --git a/man5/gitformat-pack.5 b/man5/gitformat-pack.5
index 50b36f079..cf5b75edb 100644
--- a/man5/gitformat-pack.5
+++ b/man5/gitformat-pack.5
@@ -2,12 +2,12 @@
.\" Title: gitformat-pack
.\" 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 "GITFORMAT\-PACK" "5" "2023\-04\-27" "Git 2\&.40\&.1\&.445\&.gf85cd4" "Git Manual"
+.TH "GITFORMAT\-PACK" "5" "2023\-04\-28" "Git 2\&.40\&.1\&.459\&.g48d89b" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -1159,7 +1159,7 @@ A newer version running GC collects those loose objects into a cruft pack, where
.sp
Repeating this process will lead to unreachable objects not getting pruned as a result of repeatedly resetting the objects\*(Aq mtimes to the present time\&.
.sp
-If you are GC\-ing repositories in a mixed version environment, consider omitting the \fB\-\-cruft\fR option when using \fBgit-repack\fR(1) and \fBgit-gc\fR(1), and leaving the \fBgc\&.cruftPacks\fR configuration unset until all writers understand cruft packs\&.
+If you are GC\-ing repositories in a mixed version environment, consider omitting the \fB\-\-cruft\fR option when using \fBgit-repack\fR(1) and \fBgit-gc\fR(1), and setting the \fBgc\&.cruftPacks\fR configuration to "false" until all writers understand cruft packs\&.
.SS "Alternatives"
.sp
Notable alternatives to this design include: