git-ls-tree(1)
==============
-v0.1, May 2005
NAME
----
OPTIONS
-------
<tree-ish>::
- Id of a tree.
+ Id of a tree-ish.
-d::
show only the named tree entry itself, not its children
\0 line termination on output
paths::
- When paths are given, shows them. Otherwise implicitly
+ When paths are given, show them. Otherwise implicitly
uses the root level of the tree as the sole path argument.
-------------
<mode> SP <type> SP <object> TAB <file>
+When `-z` option is not used, TAB, LF, and backslash characters
+in pathnames are represented as `\t`, `\n`, and `\\`,
+respectively.
+
Author
------
GIT
---
-Part of the link:git.html[git] suite
+Part of the gitlink:git[7] suite