Make pack creation always fsync() the result
[git/dscho.git] / Documentation / git-mktree.txt
blobf312036ab5deb645ce45b83e47c83605c34b83a6
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 <junkio@cox.net>
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[7] suite