Autogenerated man pages for v1.4.0-rc1-gfd7e
[git.git] / man1 / git-ls-tree.1
index 7d61778..3ba2293 100755 (executable)
 git-ls-tree \- Lists the contents of a tree object
 .SH "SYNOPSIS"
 
-
-\fIgit\-ls\-tree\fR [\-d] [\-r] [\-t] [\-z] [\-\-name\-only] [\-\-name\-status] [\-\-full\-name] [\-\-abbrev=[<n>]] <tree\-ish> [paths...]
+.nf
+\fIgit\-ls\-tree\fR [\-d] [\-r] [\-t] [\-z]
+            [\-\-name\-only] [\-\-name\-status] [\-\-full\-name] [\-\-abbrev=[<n>]]
+            <tree\-ish> [paths...]
+.fi
 
 .SH "DESCRIPTION"
 
@@ -61,6 +64,10 @@ List only filenames (instead of the "long" output), one per line\&.
 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
+\-\-full\-name
+Instead of showing the path names relative the current working directory, show the full path names\&.
+
+.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\&.
 
@@ -83,9 +90,6 @@ Written by Petr Baudis <pasky@suse\&.cz> Completely rewritten from scratch by Ju
 
 Documentation by David Greaves, Junio C Hamano and the git\-list <git@vger\&.kernel\&.org>\&.
 
-
-This manual page is a stub\&. You can help the git documentation by expanding it\&.
-
 .SH "GIT"