X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-verify-pack.txt;h=cd74ffd3912adee956bf139c453092635b5650c2;hb=72e9340cfde90189d76ef3c8a4793ea7764ff8ee;hp=d1043eb8df46c3e285e9974c203556e86cf722f1;hpb=3f81fc82743ccd4fd7157f1f1db41605eb018fb9;p=git.git diff --git a/Documentation/git-verify-pack.txt b/Documentation/git-verify-pack.txt index d1043eb8..cd74ffd3 100644 --- a/Documentation/git-verify-pack.txt +++ b/Documentation/git-verify-pack.txt @@ -1,10 +1,9 @@ git-verify-pack(1) ================== -v0.1, June 2005 NAME ---- -git-verify-pack - Validate packed GIT archive files. +git-verify-pack - Validate packed git archive files. SYNOPSIS @@ -14,7 +13,7 @@ SYNOPSIS DESCRIPTION ----------- -Reads given idx file for packed GIT archive created with +Reads given idx file for packed git archive created with git-pack-objects command and verifies idx file and the corresponding pack file. @@ -25,15 +24,19 @@ OPTIONS -v:: After verifying the pack, show list of objects contained - in the pack. The format used is: + in the pack. - SHA1 type size offset-in-packfile +OUTPUT FORMAT +------------- +When specifying the -v option the format used is: - for objects that are not deltified in the pack, and + SHA1 type size offset-in-packfile - SHA1 type size offset-in-packfile depth base-SHA1 +for objects that are not deltified in the pack, and - for objects that are deltified. + SHA1 type size offset-in-packfile depth base-SHA1 + +for objects that are deltified. Author ------ @@ -45,5 +48,5 @@ Documentation by Junio C Hamano GIT --- -Part of the link:git.html[git] suite +Part of the gitlink:git[7] suite