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