Autogenerated man pages for v1.4.0-rc1-gdd82
[git.git] / man1 / git-mktree.1
1 .\"Generated by db2man.xsl. Don't modify this, modify the source.
2 .de Sh \" Subsection
3 .br
4 .if t .Sp
5 .ne 5
6 .PP
7 \fB\\$1\fR
8 .PP
9 ..
10 .de Sp \" Vertical space (when we can't use .PP)
11 .if t .sp .5v
12 .if n .sp
13 ..
14 .de Ip \" List item
15 .br
16 .ie \\n(.$>=3 .ne \\$3
17 .el .ne 3
18 .IP "\\$1" \\$2
19 ..
20 .TH "GIT-MKTREE" 1 "" "" ""
21 .SH NAME
22 git-mktree \- Build a tree-object from ls-tree formatted text
23 .SH "SYNOPSIS"
24
25
26 \fIgit\-mktree\fR [\-z]
27
28 .SH "DESCRIPTION"
29
30
31 Reads standard input in non\-recursive ls\-tree output format, and creates a tree object\&. The object name of the tree object built is written to the standard output\&.
32
33 .SH "OPTIONS"
34
35 .TP
36 \-z
37 Read the NUL\-terminated ls\-tree \-z output instead\&.
38
39 .SH "AUTHOR"
40
41
42 Written by Junio C Hamano <junkio@cox\&.net>
43
44 .SH "DOCUMENTATION"
45
46
47 Documentation by Junio C Hamano and the git\-list <git@vger\&.kernel\&.org>\&.
48
49 .SH "GIT"
50
51
52 Part of the \fBgit\fR(7) suite
53