简体中文 ▾
Localized versions of git-count-objects manual
Topics ▾
Email
Latest version
▾
git-count-objects last updated in 2.43.0
Changes in the git-count-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.43.1 → 2.47.0 no changes
- 2.43.0 11/20/23
- 2.12.5 → 2.42.3 no changes
- 2.11.4 09/22/17
- 2.1.4 → 2.10.5 no changes
- 2.0.5 12/17/14
选项
- -v
- --verbose
-
提供更详细的报告:
count:松散物体的数量
size:松散对象占用的磁盘空间,单位为 KiB(除非指定 -H)
in-pack:包内对象的数量
size-pack:数据包占用的磁盘空间,单位 KiB(除非指定 -H)
prune-packable:在数据包中也存在的松散对象的数量。可以使用 `git prune-packed`对这些对象进行剪枝。
garbage:对象数据库中既不是有效松散对象也不是有效包的文件数
size-garbage:垃圾文件占用的磁盘空间,单位 KiB(除非指定 -H)
alternate:备用对象数据库的绝对路径;可多次出现,每个路径一行。请注意,如果路径包含不可打印字符,则可以用双引号包围,并包含 C 风格的反斜线转义序列。
- -H
- --human-readable
-
以人类可读的格式打印对象大小
GIT
属于 git[1] 文档