summaryrefslogtreecommitdiffstats
path: root/git-ls-tree.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-04-08 14:18:01 -0700
committerJunio C Hamano <gitster@pobox.com>2022-04-08 14:18:01 -0700
commitfcbe4c3f35e12757fa03b7e8c9b392e427aa5ec1 (patch)
tree273cdd9bca2e63fc57e6134e4d775094000b84e0 /git-ls-tree.txt
parente80e7b59a01196efefc7882ca84e184c178b7b6c (diff)
downloadgit-htmldocs-fcbe4c3f35e12757fa03b7e8c9b392e427aa5ec1.tar.gz
Autogenerated HTML docs for v2.36.0-rc1
Diffstat (limited to 'git-ls-tree.txt')
-rw-r--r--git-ls-tree.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-ls-tree.txt b/git-ls-tree.txt
index 8f31e2ee9..0240adb8e 100644
--- a/git-ls-tree.txt
+++ b/git-ls-tree.txt
@@ -151,11 +151,11 @@ names can be used:
objectmode::
The mode of the object.
objecttype::
- The type of the object (`blob` or `tree`).
+ The type of the object (`commit`, `blob` or `tree`).
objectname::
The name of the object.
objectsize[:padded]::
- The size of the object ("-" if it's a tree).
+ The size of a `blob` object ("-" if it's a `commit` or `tree`).
It also supports a padded format of size with "%(objectsize:padded)".
path::
The pathname of the object.