summaryrefslogtreecommitdiffstats
path: root/man1/git-prune.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-prune.1')
-rw-r--r--man1/git-prune.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man1/git-prune.1 b/man1/git-prune.1
index 8f7fd97a7..1de2fad1f 100644
--- a/man1/git-prune.1
+++ b/man1/git-prune.1
@@ -2,12 +2,12 @@
.\" Title: git-prune
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 03/21/2023
+.\" Date: 03/28/2023
.\" Manual: Git Manual
-.\" Source: Git 2.40.0.130.g27d43aaaf5
+.\" Source: Git 2.40.0.141.g8d90352acc
.\" Language: English
.\"
-.TH "GIT\-PRUNE" "1" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GIT\-PRUNE" "1" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -105,7 +105,7 @@ $ git prune $(cd \&.\&./another && git rev\-parse \-\-all)
.sp
In most cases, users will not need to call \fIgit prune\fR directly, but should instead call \fIgit gc\fR, which handles pruning along with many other housekeeping tasks\&.
.sp
-For a description of which objects are considered for pruning, see \fIgit fsck\fR\(aqs \-\-unreachable option\&.
+For a description of which objects are considered for pruning, see \fIgit fsck\fR\*(Aqs \-\-unreachable option\&.
.SH "SEE ALSO"
.sp
\fBgit-fsck\fR(1), \fBgit-gc\fR(1), \fBgit-reflog\fR(1)