Merge 666f7b26e6 into 9f89c45d13
This commit is contained in:
commit
5c486ecce3
|
|
@ -0,0 +1,16 @@
|
|||
# git mktree
|
||||
|
||||
> Build a tree object using `ls-tree` formatted 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`
|
||||
Loading…
Reference in New Issue