summaryrefslogtreecommitdiffstats
path: root/man1/git-maintenance.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-maintenance.1')
-rw-r--r--man1/git-maintenance.114
1 files changed, 10 insertions, 4 deletions
diff --git a/man1/git-maintenance.1 b/man1/git-maintenance.1
index 68eb8fca3..1ba79e551 100644
--- a/man1/git-maintenance.1
+++ b/man1/git-maintenance.1
@@ -2,12 +2,12 @@
.\" Title: git-maintenance
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 10/07/2022
+.\" Date: 10/10/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.0.15.gbbe21b64a0
+.\" Source: Git 2.38.0.68.ge85701b4af
.\" Language: English
.\"
-.TH "GIT\-MAINTENANCE" "1" "10/07/2022" "Git 2\&.38\&.0\&.15\&.gbbe21b6" "Git Manual"
+.TH "GIT\-MAINTENANCE" "1" "10/10/2022" "Git 2\&.38\&.0\&.68\&.ge85701b" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -34,7 +34,7 @@ git-maintenance \- Run tasks to optimize Git repository data
.nf
\fIgit maintenance\fR run [<options>]
\fIgit maintenance\fR start [\-\-scheduler=<scheduler>]
-\fIgit maintenance\fR (stop|register|unregister)
+\fIgit maintenance\fR (stop|register|unregister) [<options>]
.fi
.sp
.SH "DESCRIPTION"
@@ -153,6 +153,12 @@ command\&.
unregister
.RS 4
Remove the current repository from background maintenance\&. This only removes the repository from the configured list\&. It does not stop the background maintenance processes from running\&.
+.sp
+The
+\fBunregister\fR
+subcommand will report an error if the current repository is not already registered\&. Use the
+\fB\-\-force\fR
+option to return success even when the current repository is not registered\&.
.RE
.SH "TASKS"
.PP