verify-pack

NAME

git-verify-pack - Validate packed Git archive filesgit-verify-pack - パックされたGitアーカイブファイルを検証する

SYNOPSIS概要

git verify-pack [-v|--verbose] [-s|--stat-only] [--] <pack>.idx …​

DESCRIPTION説明

Reads given idx file for packed Git archive created with the git pack-objects command and verifies idx file and the corresponding pack file.git pack-objectsコマンドで作成されたパックドGitアーカイブ用の指定されたidxファイルを読み取り、idxファイルと対応するパックファイルを検証します。

OPTIONSオプション

<pack>.idx …​ <pack> .idx…

The idx files to verify.検証するidxファイル。

-v
--verbose - 冗談

After verifying the pack, show list of objects contained in the pack and a histogram of delta chain length.パックを確認したら、パックに含まれているオブジェクトのリストとデルタチェーンの長さのヒストグラムを表示します。

-s
--stat-only --stat-o??nly

Do not verify the pack contents; only show the histogram of delta chain length. With --verbose, list of objects is also shown.パックの内容を確認しないでください。デルタチェーンの長さのヒストグラムのみを表示します。では--verbose、オブジェクトの一覧も表示されます。

-- -

Do not interpret any more arguments as options.これ以上引数をオプションとして解釈しないでください。

OUTPUT FORMAT出力フォーマット

When specifying the -v option the format used is:-vオプションを指定するときに使用される形式は次のとおりです。

SHA-1 type size size-in-packfile offset-in-packfile

for objects that are not deltified in the pack, andパックに含まれていないオブジェクトの場合

SHA-1 type size size-in-packfile offset-in-packfile depth base-SHA-1

for objects that are deltified.微妙なオブジェクトのために。

GIT

Part of the git[1] suite一部のgit [1]スイート

関連記事

スポンサーリンク

iPhoneアプリを作成する(Hello World)

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る