aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-04-07 12:23:23 -0700
committerJunio C Hamano <gitster@pobox.com>2022-04-07 12:23:23 -0700
commit77da6db57f90bb0478df4d2a111363c80f0c0748 (patch)
tree39792cad05b7429f1fa9e5b985564bc265723504
parent07330a41d66a2c9589b585a3a24ecdcf19994f19 (diff)
parent5e65dac9c88d02f569cc87cdf630ecb5a780c6a6 (diff)
downloadgit-77da6db57f90bb0478df4d2a111363c80f0c0748.tar.xz
Merge branch 'tl/ls-tree-oid-only'
* tl/ls-tree-oid-only: git-ls-tree.txt: fix the name of "%(objectsize:padded)"
-rw-r--r--Documentation/git-ls-tree.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-ls-tree.txt b/Documentation/git-ls-tree.txt
index 43aebb9938..8f31e2ee9d 100644
--- a/Documentation/git-ls-tree.txt
+++ b/Documentation/git-ls-tree.txt
@@ -156,7 +156,7 @@ objectname::
The name of the object.
objectsize[:padded]::
The size of the object ("-" if it's a tree).
- It also supports a padded format of size with "%(size:padded)".
+ It also supports a padded format of size with "%(objectsize:padded)".
path::
The pathname of the object.