Make 'diff_populate_filespec()' use the new 'strbuf_readlink()'
[git/dscho.git] / Documentation / git-mktree.txt
blobaf19f06ed738bdecc7ab9a72a5c9a216b816f4c2
1 git-mktree(1)
2 =============
4 NAME
5 ----
6 git-mktree - Build a tree-object from ls-tree formatted text
9 SYNOPSIS
10 --------
11 'git mktree' [-z]
13 DESCRIPTION
14 -----------
15 Reads standard input in non-recursive `ls-tree` output format,
16 and creates a tree object.  The object name of the tree object
17 built is written to the standard output.
19 OPTIONS
20 -------
21 -z::
22         Read the NUL-terminated `ls-tree -z` output instead.
24 Author
25 ------
26 Written by Junio C Hamano <gitster@pobox.com>
28 Documentation
29 --------------
30 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
32 GIT
33 ---
34 Part of the linkgit:git[1] suite