git-mktree (1) Linux Manual Page
NAME git-mktree – Build a tree-object from ls-tree formatted text SYNOPSIS git mktree[-z][–missing][–batch] DESCRIPTION Reads standard input in non-recursive ls-tree output format, and creates a tree object. The order of the tree entries is normalized by mktree so pre-sorting the input is not required. The object name of the tree object built is written to…
