summaryrefslogtreecommitdiffstats
path: root/man1/git-rev-parse.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-rev-parse.1')
-rw-r--r--man1/git-rev-parse.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/git-rev-parse.1 b/man1/git-rev-parse.1
index 5b8c6887a..a879addc6 100644
--- a/man1/git-rev-parse.1
+++ b/man1/git-rev-parse.1
@@ -2,12 +2,12 @@
.\" Title: git-rev-parse
.\" 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\-REV\-PARSE" "1" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GIT\-REV\-PARSE" "1" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -134,7 +134,7 @@ This can be used to convert arguments to a command run in a subdirectory so that
.nf
prefix=$(git rev\-parse \-\-show\-prefix)
cd "$(git rev\-parse \-\-show\-toplevel)"
-# rev\-parse provides the \-\- needed for \(aqset\(aq
+# rev\-parse provides the \-\- needed for \*(Aqset\*(Aq
eval "set $(git rev\-parse \-\-sq \-\-prefix "$prefix" \-\- "$@")"
.fi
.if n \{\
@@ -1229,7 +1229,7 @@ command="git frotz \-n24 $args" # and use it inside a handcrafted
eval "$command"
EOF
-$ sh your\-git\-script\&.sh "a b\(aqc"
+$ sh your\-git\-script\&.sh "a b\*(Aqc"
.fi
.if n \{\
.RE