summaryrefslogtreecommitdiffstats
path: root/man1/git-ls-tree.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-ls-tree.1')
-rw-r--r--man1/git-ls-tree.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/git-ls-tree.1 b/man1/git-ls-tree.1
index cd6e36561..88aa0a261 100644
--- a/man1/git-ls-tree.1
+++ b/man1/git-ls-tree.1
@@ -2,12 +2,12 @@
.\" Title: git-ls-tree
.\" 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\-LS\-TREE" "1" "03/21/2023" "Git 2\&.40\&.0\&.130\&.g27d43a" "Git Manual"
+.TH "GIT\-LS\-TREE" "1" "03/28/2023" "Git 2\&.40\&.0\&.141\&.g8d9035" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -129,7 +129,7 @@ List only names of the objects, one per line\&. Cannot be combined with
\fB\-\-name\-only\fR
or
\fB\-\-name\-status\fR\&. This is equivalent to specifying
-\fB\-\-format=\(aq%(objectname)\(aq\fR, but for both this option and that exact format the command takes a hand\-optimized codepath instead of going through the generic formatting mechanism\&.
+\fB\-\-format=\*(Aq%(objectname)\*(Aq\fR, but for both this option and that exact format the command takes a hand\-optimized codepath instead of going through the generic formatting mechanism\&.
.RE
.PP
\-\-abbrev[=<n>]
@@ -230,7 +230,7 @@ It is possible to print in a custom format by using the \fB\-\-format\fR option,
.RS 4
.\}
.nf
-git ls\-tree \-\-format=\(aq%(objectname) %(path)\(aq <tree\-ish>
+git ls\-tree \-\-format=\*(Aq%(objectname) %(path)\*(Aq <tree\-ish>
.fi
.if n \{\
.RE