diff options
author | Junio C Hamano <gitster@pobox.com> | 2025-05-15 17:33:50 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2025-05-15 17:33:50 -0700 |
commit | 592ca42d5c436b5cfb68e9a007f106e77a344ec1 (patch) | |
tree | 73a279d2bf4a6d1bad61bf0756de0e6f7899944b /man1/git-config.1 | |
parent | f28d783d78c7ac10689c2f346f59bc3b7e8823f7 (diff) | |
download | git-manpages-master.tar.gz |
Diffstat (limited to 'man1/git-config.1')
-rw-r--r-- | man1/git-config.1 | 36 |
1 files changed, 33 insertions, 3 deletions
diff --git a/man1/git-config.1 b/man1/git-config.1 index aa7300c507..8721cd8852 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 v1.79.2 <http://docbook.sf.net/> -.\" Date: 2025-05-13 +.\" Date: 2025-05-15 .\" Manual: Git Manual -.\" Source: Git 2.49.0.592.g1a8a4971cc +.\" Source: Git 2.49.0.608.gcb96e1697a .\" Language: English .\" -.TH "GIT\-CONFIG" "1" "2025-05-13" "Git 2\&.49\&.0\&.592\&.g1a8a49" "Git Manual" +.TH "GIT\-CONFIG" "1" "2025-05-15" "Git 2\&.49\&.0\&.608\&.gcb96e1" "Git Manual" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -7821,6 +7821,36 @@ option\&. A negative value will force the task to run every time\&. Otherwise, a \fBmaintenance\&.loose\-objects\&.auto\fR\&. The default value is 100\&. .RE .PP +maintenance\&.rerere\-gc\&.auto +.RS 4 +This integer config option controls how often the +\fBrerere\-gc\fR +task should be run as part of +\fBgit\fR +\fBmaintenance\fR +\fBrun\fR +\fB\-\-auto\fR\&. If zero, then the +\fBrerere\-gc\fR +task will not run with the +\fB\-\-auto\fR +option\&. A negative value will force the task to run every time\&. Otherwise, any positive value implies the command will run when the "rr\-cache" directory exists and has at least one entry, regardless of whether it is stale or not\&. This heuristic may be refined in the future\&. The default value is 1\&. +.RE +.PP +maintenance\&.worktree\-prune\&.auto +.RS 4 +This integer config option controls how often the +\fBworktree\-prune\fR +task should be run as part of +\fBgit\fR +\fBmaintenance\fR +\fBrun\fR +\fB\-\-auto\fR\&. If zero, then the +\fBworktree\-prune\fR +task will not run with the +\fB\-\-auto\fR +option\&. A negative value will force the task to run every time\&. Otherwise, a positive value implies the command should run when the number of prunable worktrees exceeds the value\&. The default value is 1\&. +.RE +.PP man\&.viewer .RS 4 Specify the programs that may be used to display help in the |