简体中文 ▾
Localized versions of git-mktree manual
Topics ▾
Email
Latest version
▾
git-mktree last updated in 2.43.0
Changes in the git-mktree manual
Setup and Config
Getting and Creating Projects
Basic Snapshotting
Branching and Merging
Sharing and Updating Projects
Inspection and Comparison
Patching
Debugging
External Systems
Server Admin
Guides
- gitattributes
- Command-line interface conventions
- Everyday Git
- Frequently Asked Questions (FAQ)
- Glossary
- Hooks
- gitignore
- gitmodules
- Revisions
- Submodules
- Tutorial
- Workflows
- All guides...
Administration
Plumbing Commands
- 2.43.0 11/20/23
- 2.36.1 → 2.42.1 no changes
- 2.36.0 04/18/22
选项
- -z
-
读取以 NUL 结尾的
ls-tree -z
输出。 - --missing
-
Allow missing objects. The default behaviour (without this option) is to verify that each tree entry’s hash identifies an existing object. This option has no effect on the treatment of gitlink entries (aka "submodules") which are always allowed to be missing.
- --batch
-
Allow building of more than one tree object before exiting. Each tree is separated by a single blank line. The final newline is optional. Note - if the
-z
option is used, lines are terminated with NUL.
GIT
属于 git[1] 文档