简体中文 ▾
Localized versions of git-get-tar-commit-id manual
Topics ▾
Email
Latest version
▾
git-get-tar-commit-id last updated in 2.43.0
Changes in the git-get-tar-commit-id 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.1 → 2.47.0 no changes
- 2.43.0 11/20/23
- 2.7.6 → 2.42.3 no changes
- 2.6.7 05/05/17
- 2.1.4 → 2.5.6 no changes
- 2.0.5 12/17/14
描述
从标准输入中读取 git archive 创建的 tar 档案,并提取其中的提交 ID。 它只读取输入的前 1024 字节,因此它的运行时间不会受到 tar 压缩包大小的影响。
如果没有找到提交 ID,git get-tar-commit-id 就会悄悄存在,返回代码为 1。如果档案没有用 git archive 创建,或者 git archive 的第一个参数是树的 ID 而不是提交 ID 或标签,就会发生这种情况。
GIT
属于 git[1] 文档