7 git-ls-tree - Displays a tree object in human readable form
12 'git-ls-tree' [-r] [-z] <tree-ish> [paths...]
16 Converts the tree object to a human readable (and script processable)
25 recurse into sub-trees
28 \0 line termination on output
31 Optionally, restrict the output of git-ls-tree to specific
32 paths. Directories will only list their tree blob ids.
37 <mode>\t <type>\t <object>\t <file>
42 Written by Linus Torvalds <torvalds@osdl.org>
46 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
50 Part of the link:git.html[git] suite