]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-mktree.txt
Documentation: be consistent about "git-" versus "git "
[thirdparty/git.git] / Documentation / git-mktree.txt
CommitLineData
c16e30c0
JH
1git-mktree(1)
2=============
3
4NAME
5----
6git-mktree - Build a tree-object from ls-tree formatted text
7
8
9SYNOPSIS
10--------
b1889c36 11'git mktree' [-z]
c16e30c0
JH
12
13DESCRIPTION
14-----------
15Reads standard input in non-recursive `ls-tree` output format,
16and creates a tree object. The object name of the tree object
17built is written to the standard output.
18
19OPTIONS
20-------
21-z::
22 Read the NUL-terminated `ls-tree -z` output instead.
23
24Author
25------
26Written by Junio C Hamano <junkio@cox.net>
27
28Documentation
29--------------
30Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
31
32GIT
33---
9e1f0a85 34Part of the linkgit:git[1] suite