409 B
409 B
git mktree
Build a tree object using
ls-treeformatted text. More information: https://git-scm.com/docs/git-mktree.
- Allow missing objects which bypass the default behavior that verifies each tree entry has an existing object:
git mktree --missing
- Read the NUL terminated output of the tree object:
git mktree -z
- Allow for the creation of multiple tree objects:
git mktree --batch