summaryrefslogtreecommitdiffstats
path: root/man1/git-show-ref.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-show-ref.1')
-rw-r--r--man1/git-show-ref.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/git-show-ref.1 b/man1/git-show-ref.1
index 9a948e588..6965f2536 100644
--- a/man1/git-show-ref.1
+++ b/man1/git-show-ref.1
@@ -2,12 +2,12 @@
.\" Title: git-show-ref
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 2023-08-15
+.\" Date: 2023-08-17
.\" Manual: Git Manual
-.\" Source: Git 2.42.0.rc2
+.\" Source: Git 2.42.0.rc2.7.gf9972720e9
.\" Language: English
.\"
-.TH "GIT\-SHOW\-REF" "1" "2023\-08\-15" "Git 2\&.42\&.0\&.rc2" "Git Manual"
+.TH "GIT\-SHOW\-REF" "1" "2023\-08\-17" "Git 2\&.42\&.0\&.rc2\&.7\&.gf9" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -62,7 +62,7 @@ Limit to "refs/heads" and "refs/tags", respectively\&. These options are not mut
\-d, \-\-dereference
.RS 4
Dereference tags into object IDs as well\&. They will be shown with
-\fB{caret}{}\fR
+\fB^{}\fR
appended\&.
.RE
.PP
@@ -101,7 +101,7 @@ Make
act as a filter that reads refs from stdin of the form
\fB^(?:<anything>\es)?<refname>(?:\e^{})?$\fR
and performs the following actions on each: (1) strip
-\fB{caret}{}\fR
+\fB^{}\fR
at the end of line if any; (2) ignore if pattern is provided and does not head\-match refname; (3) warn if refname is not a well\-formed refname and skip; (4) ignore if refname is a ref that exists in the local repository; (5) otherwise output the line\&.
.RE
.PP