summaryrefslogtreecommitdiffstats
path: root/man1/git-name-rev.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-name-rev.1')
-rw-r--r--man1/git-name-rev.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man1/git-name-rev.1 b/man1/git-name-rev.1
index c2be91683..4f8487533 100644
--- a/man1/git-name-rev.1
+++ b/man1/git-name-rev.1
@@ -2,12 +2,12 @@
.\" Title: git-name-rev
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-10-20
+.\" Date: 2023-10-23
.\" Manual: Git Manual
-.\" Source: Git 2.42.0.424.gceadf0f3cf
+.\" Source: Git 2.42.0.482.g2e8e77cbac
.\" Language: English
.\"
-.TH "GIT\-NAME\-REV" "1" "2023\-10\-20" "Git 2\&.42\&.0\&.424\&.gceadf0" "Git Manual"
+.TH "GIT\-NAME\-REV" "1" "2023\-10\-23" "Git 2\&.42\&.0\&.482\&.g2e8e77" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -48,7 +48,7 @@ Do not use branch names, but only tags to name the commits
.PP
\-\-refs=<pattern>
.RS 4
-Only use refs whose names match a given shell pattern\&. The pattern can be one of branch name, tag name or fully qualified ref name\&. If given multiple times, use refs whose names match any of the given shell patterns\&. Use
+Only use refs whose names match a given shell pattern\&. The pattern can be a branch name, a tag name, or a fully qualified ref name\&. If given multiple times, use refs whose names match any of the given shell patterns\&. Use
\fB\-\-no\-refs\fR
to clear any previous ref patterns given\&.
.RE