[PATCH 4/4] Trivial test harness fixes.
[git/gitweb.git] / Documentation / git-ls-tree.txt
blobf6e15ad7faf96ccc0b931f28f83fc5aab05d1e75
1 git-ls-tree(1)
2 ==============
3 v0.1, May 2005
5 NAME
6 ----
7 git-ls-tree - Displays a tree object in human readable form
10 SYNOPSIS
11 --------
12 'git-ls-tree' [-r] [-z] <tree-ish>
14 DESCRIPTION
15 -----------
16 Converts the tree object to a human readable (and script processable)
17 form.
19 OPTIONS
20 -------
21 <tree-ish>::
22         Id of a tree.
24 -r::
25         recurse into sub-trees
27 -z::
28         \0 line termination on output
30 Output Format
31 -------------
32         <mode>\t        <type>\t        <object>\t      <file>
35 Author
36 ------
37 Written by Linus Torvalds <torvalds@osdl.org>
39 Documentation
40 --------------
41 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
43 GIT
44 ---
45 Part of the link:git.html[git] suite