diff options
Diffstat (limited to 'Documentation/git-verify-pack.txt')
-rw-r--r-- | Documentation/git-verify-pack.txt | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/Documentation/git-verify-pack.txt b/Documentation/git-verify-pack.txt index a99172ca1e..b100aa765a 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 ------ |