git-mktree - Build a tree-object from ls-tree formatted text
git-mktree [-z]
Reads standard input in non-recursive ls-tree output format, and creates a tree object. The object name of the tree object built is written to the standard output.
Read the NUL-terminated ls-tree -z output instead.
Written by Junio C Hamano <[email protected]>
Documentation by Junio C Hamano and the git-list <[email protected]>.
Part of the git(7) suite