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