Merge branch 'tl/ls-tree-oid-only'

Docfix.

* tl/ls-tree-oid-only:
  ls-tree doc: document interaction with submodules
This commit is contained in:
Junio C Hamano 2022-04-08 13:53:48 -07:00
commit c42977afe0

View file

@ -151,11 +151,11 @@ names can be used:
objectmode:: objectmode::
The mode of the object. The mode of the object.
objecttype:: objecttype::
The type of the object (`blob` or `tree`). The type of the object (`commit`, `blob` or `tree`).
objectname:: objectname::
The name of the object. The name of the object.
objectsize[:padded]:: 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)". It also supports a padded format of size with "%(objectsize:padded)".
path:: path::
The pathname of the object. The pathname of the object.