summaryrefslogtreecommitdiffstats
path: root/man1/git-check-ref-format.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-check-ref-format.1')
-rw-r--r--man1/git-check-ref-format.18
1 files changed, 4 insertions, 4 deletions
diff --git a/man1/git-check-ref-format.1 b/man1/git-check-ref-format.1
index 3049d22bc..429b1965b 100644
--- a/man1/git-check-ref-format.1
+++ b/man1/git-check-ref-format.1
@@ -2,12 +2,12 @@
.\" Title: git-check-ref-format
.\" 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\-CHECK\-REF\-FOR" "1" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GIT\-CHECK\-REF\-FOR" "1" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -326,7 +326,7 @@ Determine the reference name to use for a new branch:
.\}
.nf
$ ref=$(git check\-ref\-format \-\-normalize "refs/heads/$newbranch")||
-{ echo "we do not like \(aq$newbranch\(aq as a branch name\&." >&2 ; exit 1 ; }
+{ echo "we do not like \*(Aq$newbranch\*(Aq as a branch name\&." >&2 ; exit 1 ; }
.fi
.if n \{\
.RE