summaryrefslogtreecommitdiffstats
path: root/man1/git-tag.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-tag.1')
-rw-r--r--man1/git-tag.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/git-tag.1 b/man1/git-tag.1
index 308eb8694..997eab5ec 100644
--- a/man1/git-tag.1
+++ b/man1/git-tag.1
@@ -2,12 +2,12 @@
.\" Title: git-tag
.\" 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\-TAG" "1" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GIT\-TAG" "1" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -114,7 +114,7 @@ The default is not to print any annotation lines\&. If no number is given to
.RS 4
List tags\&. With optional
\fB<pattern>\&.\&.\&.\fR, e\&.g\&.
-\fBgit tag \-\-list \(aqv\-*\(aq\fR, list only the tags that match the pattern(s)\&.
+\fBgit tag \-\-list \*(Aqv\-*\*(Aq\fR, list only the tags that match the pattern(s)\&.
.sp
Running "git tag" without arguments also lists all tags\&. The pattern is a shell wildcard (i\&.e\&., matched using fnmatch(3))\&. Multiple patterns may be given; if any of them matches, the tag is shown\&.
.sp
@@ -324,7 +324,7 @@ But if you have pushed things out (or others could just read your repository dir
.\}
The sane thing\&. Just admit you screwed up, and use a different name\&. Others have already seen one tag\-name, and if you keep the same name, you may be in the situation that two people both have "version X", but they actually have
\fIdifferent\fR
-"X"\(aqs\&. So just call it "X\&.1" and be done with it\&.
+"X"\*(Aqs\&. So just call it "X\&.1" and be done with it\&.
.RE
.sp
.RS 4