git-branch: remove mention of non-existent '-b' option
[git/dscho.git] / Documentation / git-mktree.txt
blob638abc7d0f7425749339b1519cab5c0586e96138
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 gitlink:git[7] suite