标签:objects 获得 pac ack stat div 包含 ase margin
[git verify-pack (Plumbing Commands) - Git 中文开发手册
git-verify-pack - 验证打包的Git存档文件
git verify-pack [-v|--verbose] [-s|--stat-only] [--].idx …?
读取给定的idx文件以获得使用该git pack-objects命令创建的打包Git归档文件,并验证idx文件和相应的包文件。
要验证的idx文件。
-v --verbose
验证包装后,显示包装中包含的物品清单以及三角洲链条长度的直方图。
-s --stat-only
不要验证包装内容; 只显示三角洲链长度的直方图。同时--verbose,还会显示对象列表。
--
不要将更多的参数解释为选项。
指定-v选项时,使用的格式是:
SHA-1 type size size-in-packfile offset-in-packfile
对于没有在包中分类的对象,以及
SHA-1 type size size-in-packfile offset-in-packfile depth base-SHA-1
用于分析对象。
??Git 中文开发手册git verify-pack (Plumbing Commands) – Git 中文开发手册
标签:objects 获得 pac ack stat div 包含 ase margin
原文地址:https://www.cnblogs.com/breakyizhan/p/13243246.html