6 git-ls-tree - Lists the contents of a tree object.
11 'git-ls-tree' [-d] [-r] [-z] <tree-ish> [paths...]
15 Lists the contents of a tree object, like what "/bin/ls -a" does
16 in the current working directory.
24 show only the named tree entry itself, not its children
27 recurse into sub-trees
30 \0 line termination on output
33 When paths are given, show them. Otherwise implicitly
34 uses the root level of the tree as the sole path argument.
39 <mode> SP <type> SP <object> TAB <file>
41 When `-z` option is not used, TAB, LF, and backslash characters
42 in pathnames are represented as `\t`, `\n`, and `\\`,
48 Written by Linus Torvalds <torvalds@osdl.org>
49 Completely rewritten from scratch by Junio C Hamano <junkio@cox.net>
53 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
57 Part of the gitlink:git[7] suite