X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-ls-tree.html;h=94a71b3c2773b98a827ef9fe57d53ca25a053d75;hb=a8adb1ec550d7d7a66cd4d362cfbd01795d71f43;hp=c5c646724c275e3bdf3379d8cde091942b7d83d7;hpb=0107892cfadf8a2ef6989005b4a2efd94df310aa;p=git.git diff --git a/git-ls-tree.html b/git-ls-tree.html index c5c64672..94a71b3c 100644 --- a/git-ls-tree.html +++ b/git-ls-tree.html @@ -272,7 +272,9 @@ git-ls-tree(1) Manual Page

SYNOPSIS

-

git-ls-tree [-d] [-r] [-t] [-z] [--name-only] [--name-status] <tree-ish> [paths…]

+

git-ls-tree [-d] [-r] [-t] [-z] + [--name-only] [--name-status] [--full-name] [--abbrev=[<n>]] + <tree-ish> [paths…]

DESCRIPTION

@@ -338,6 +340,16 @@ arguments does not matter.

+--abbrev[=<n>] +
+
+

+ Instead of showing the full 40-byte hexadecimal object + lines, show only handful hexdigits prefix. + Non default number of digits can be specified with --abbrev=<n>. +

+
+
paths
@@ -376,7 +388,7 @@ another major rewrite by Linus Torvalds <torvalds@osdl.org>