1GIT-MKTREE(1)                     Git Manual                     GIT-MKTREE(1)
2
3
4

NAME

6       git-mktree - Build a tree-object from ls-tree formatted text
7

SYNOPSIS

9       git-mktree [-z]
10

DESCRIPTION

12       Reads standard input in non-recursive ls-tree output format, and
13       creates a tree object. The object name of the tree object built is
14       written to the standard output.
15

OPTIONS

17       -z
18           Read the NUL-terminated ls-tree -z output instead.
19

AUTHOR

21       Written by Junio C Hamano <junkio@cox.net>
22

DOCUMENTATION

24       Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
25

GIT

27       Part of the git(7) suite
28
29
30
31
32Git 1.5.3.3                       10/09/2007                     GIT-MKTREE(1)
Impressum