Skip to content

Commit c42977a

Browse files
committed
Merge branch 'tl/ls-tree-oid-only'
Docfix. * tl/ls-tree-oid-only: ls-tree doc: document interaction with submodules
2 parents bf23fe5 + acd34fd commit c42977a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-ls-tree.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,11 +151,11 @@ names can be used:
151151
objectmode::
152152
The mode of the object.
153153
objecttype::
154-
The type of the object (`blob` or `tree`).
154+
The type of the object (`commit`, `blob` or `tree`).
155155
objectname::
156156
The name of the object.
157157
objectsize[:padded]::
158-
The size of the object ("-" if it's a tree).
158+
The size of a `blob` object ("-" if it's a `commit` or `tree`).
159159
It also supports a padded format of size with "%(objectsize:padded)".
160160
path::
161161
The pathname of the object.

0 commit comments

Comments
 (0)