X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2Fgit-verify-pack.txt;h=b100aa765a2de023a4c18b1ef9643a03b98243c4;hb=655c7470e2ea7f25f22703b6654d7570e1567a39;hp=d1043eb8df46c3e285e9974c203556e86cf722f1;hpb=d59a6043a8a7aed97c684fb4f14fe5221df1fcaf;p=git.git diff --git a/Documentation/git-verify-pack.txt b/Documentation/git-verify-pack.txt index d1043eb8..b100aa76 100644 --- a/Documentation/git-verify-pack.txt +++ b/Documentation/git-verify-pack.txt @@ -25,15 +25,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 +49,5 @@ Documentation by Junio C Hamano GIT --- -Part of the link:git.html[git] suite +Part of the gitlink:git[7] suite