码迷,mamicode.com
首页 > 其他好文 > 详细

git verify-pack (Plumbing Commands) – Git 中文开发手册

时间:2020-07-05 13:15:35      阅读:100      评论:0      收藏:0      [点我收藏+]

标签:objects   获得   pac   ack   stat   div   包含   ase   margin   

[
  • ??Git 中文开发手册

    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 …?

    要验证的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 中文开发手册
    ]
    转载请保留页面地址:https://www.breakyizhan.com/git/30081.html

    git verify-pack (Plumbing Commands) – Git 中文开发手册

    标签:objects   获得   pac   ack   stat   div   包含   ase   margin   

    原文地址:https://www.cnblogs.com/breakyizhan/p/13243246.html

    (0)
    (0)
       
    举报
    评论 一句话评论(0
    登录后才能评论!
    © 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
    迷上了代码!