6 git-mktree - Build a tree-object from ls-tree formatted text
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.
22 Read the NUL-terminated `ls-tree -z` output instead.
26 Written by Junio C Hamano <gitster@pobox.com>
30 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
34 Part of the linkgit:git[1] suite