Autogenerated man pages for v1.3.0-rc1
[git.git] / man1 / git-ls-tree.1
index 0b63771..7d61778 100755 (executable)
@@ -23,7 +23,7 @@ git-ls-tree \- Lists the contents of a tree object
 .SH "SYNOPSIS"
 
 
-\fIgit\-ls\-tree\fR [\-d] [\-r] [\-t] [\-z] [\-\-name\-only] [\-\-name\-status] <tree\-ish> [paths...]
+\fIgit\-ls\-tree\fR [\-d] [\-r] [\-t] [\-z] [\-\-name\-only] [\-\-name\-status] [\-\-full\-name] [\-\-abbrev=[<n>]] <tree\-ish> [paths...]
 
 .SH "DESCRIPTION"
 
@@ -57,6 +57,10 @@ Show tree entries even when going to recurse them\&. Has no effect if \fI\-r\fR
 List only filenames (instead of the "long" output), one per line\&.
 
 .TP
+\-\-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>\&.
+
+.TP
 paths
 When paths are given, show them (note that this isn't really raw pathnames, but rather a list of patterns to match)\&. Otherwise implicitly uses the root level of the tree as the sole path argument\&.