summaryrefslogtreecommitdiffstats
path: root/git-ls-tree.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-ls-tree.html')
-rw-r--r--git-ls-tree.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/git-ls-tree.html b/git-ls-tree.html
index a330dd096..e20b965a0 100644
--- a/git-ls-tree.html
+++ b/git-ls-tree.html
@@ -904,9 +904,9 @@ the behaviour is similar to that of "/bin/ls" in that the <em>&lt;path&gt;</em>
<p>
A string that interpolates <code>%(fieldname)</code> from the result
being shown. It also interpolates <code>%%</code> to <code>%</code>, and
- <code>%xx</code> where <code>xx</code> are hex digits interpolates to character
- with hex code <code>xx</code>; for example <code>%00</code> interpolates to
- <code>\0</code> (NUL), <code>%09</code> to <code>\t</code> (TAB) and <code>%0a</code> to <code>\n</code> (LF).
+ <code>%xNN</code> where <code>NN</code> are hex digits interpolates to character
+ with hex code <code>NN</code>; for example <code>%x00</code> interpolates to
+ <code>\0</code> (NUL), <code>%x09</code> to <code>\t</code> (TAB) and <code>%x0a</code> to <code>\n</code> (LF).
When specified, <code>--format</code> cannot be combined with other
format-altering options, including <code>--long</code>, <code>--name-only</code>
and <code>--object-only</code>.
@@ -970,7 +970,7 @@ can execute with a specific "--format" like</p></div>
<h2 id="_field_names">FIELD NAMES</h2>
<div class="sectionbody">
<div class="paragraph"><p>Various values from structured fields can be used to interpolate
-into the resulting output. For each outputing line, the following
+into the resulting output. For each outputting line, the following
names can be used:</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
@@ -1028,7 +1028,7 @@ path
<div id="footer">
<div id="footer-text">
Last updated
- 2022-04-08 14:16:04 PDT
+ 2023-06-23 13:24:09 PDT
</div>
</div>
</body>