7 git-ls-tree - Lists the contents of a tree object.
12 'git-ls-tree' [-d] [-r] [-z] <tree-ish> [paths...]
16 Lists the contents of a tree object, like what "/bin/ls -a" does
17 in the current working directory.
25 show only the named tree entry itself, not its children
28 recurse into sub-trees
31 \0 line termination on output
34 When paths are given, shows them. Otherwise implicitly
35 uses the root level of the tree as the sole path argument.
40 <mode> SP <type> SP <object> TAB <file>
45 Written by Linus Torvalds <torvalds@osdl.org>
46 Completely rewritten from scratch by Junio C Hamano <junkio@cox.net>
50 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
54 Part of the link:git.html[git] suite