简体中文 ▾
Localized versions of git-unpack-objects manual
Topics ▾
Email
Latest version
▾
git-unpack-objects last updated in 2.11.4
Changes in the git-unpack-objects 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.12.5 → 2.47.0 no changes
- 2.11.4 09/22/17
- 2.7.6 → 2.10.5 no changes
- 2.6.7 05/05/17
- 2.5.6 no changes
- 2.4.12 05/05/17
- 2.1.4 → 2.3.10 no changes
- 2.0.5 12/17/14
描述
从标准输入读取打包压缩包(.pack),展开其中包含的对象,并以 “松散”(每个文件一个对象)格式写入仓库。
仓库中已存在的对象将 不 会从 packfile 中解包。 因此,如果在目标仓库中存在的 packfile 上使用此命令,将不会解包任何内容。
请参阅 git-repack[1] 了解生成新包和替换现有包的选项。
GIT
属于 git[1] 文档