We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf23fe5 + acd34fd commit c42977aCopy full SHA for c42977a
Documentation/git-ls-tree.txt
@@ -151,11 +151,11 @@ names can be used:
151
objectmode::
152
The mode of the object.
153
objecttype::
154
- The type of the object (`blob` or `tree`).
+ The type of the object (`commit`, `blob` or `tree`).
155
objectname::
156
The name of the object.
157
objectsize[:padded]::
158
- The size of the object ("-" if it's a tree).
+ The size of a `blob` object ("-" if it's a `commit` or `tree`).
159
It also supports a padded format of size with "%(objectsize:padded)".
160
path::
161
The pathname of the object.
0 commit comments