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.120
1 files changed, 10 insertions, 10 deletions
diff --git a/man1/git-ls-tree.1 b/man1/git-ls-tree.1
index 803f68c15..3160cbe07 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: 2023-06-13
+.\" Date: 2023-06-23
.\" Manual: Git Manual
-.\" Source: Git 2.41.0.28.gd7d8841f67
+.\" Source: Git 2.41.0.191.g6ff334181c
.\" Language: English
.\"
-.TH "GIT\-LS\-TREE" "1" "2023\-06\-13" "Git 2\&.41\&.0\&.28\&.gd7d8841" "Git Manual"
+.TH "GIT\-LS\-TREE" "1" "2023\-06\-23" "Git 2\&.41\&.0\&.191\&.g6ff334" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -157,20 +157,20 @@ from the result being shown\&. It also interpolates
\fB%%\fR
to
\fB%\fR, and
-\fB%xx\fR
+\fB%xNN\fR
where
-\fBxx\fR
+\fBNN\fR
are hex digits interpolates to character with hex code
-\fBxx\fR; for example
-\fB%00\fR
+\fBNN\fR; for example
+\fB%x00\fR
interpolates to
\fB\e0\fR
(NUL),
-\fB%09\fR
+\fB%x09\fR
to
\fB\et\fR
(TAB) and
-\fB%0a\fR
+\fB%x0a\fR
to
\fB\en\fR
(LF)\&. When specified,
@@ -237,7 +237,7 @@ git ls\-tree \-\-format=\*(Aq%(objectname) %(path)\*(Aq <tree\-ish>
.\}
.SH "FIELD NAMES"
.sp
-Various values from structured fields can be used to interpolate into the resulting output\&. For each outputing line, the following names can be used:
+Various values from structured fields can be used to interpolate into the resulting output\&. For each outputting line, the following names can be used:
.PP
objectmode
.RS 4