diff options
author | Junio C Hamano <gitster@pobox.com> | 2022-04-07 12:23:23 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-04-07 12:23:23 -0700 |
commit | 77da6db57f90bb0478df4d2a111363c80f0c0748 (patch) | |
tree | 39792cad05b7429f1fa9e5b985564bc265723504 /Documentation | |
parent | Merge branch 'tl/ls-tree-oid-only' (diff) | |
parent | git-ls-tree.txt: fix the name of "%(objectsize:padded)" (diff) | |
download | tgif-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)"
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-ls-tree.txt | 2 |
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. |