diff options
Diffstat (limited to 'Documentation/git-verify-pack.txt')
-rw-r--r-- | Documentation/git-verify-pack.txt | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Documentation/git-verify-pack.txt b/Documentation/git-verify-pack.txt index 2df77de0f3..d1043eb8df 100644 --- a/Documentation/git-verify-pack.txt +++ b/Documentation/git-verify-pack.txt @@ -9,7 +9,7 @@ git-verify-pack - Validate packed GIT archive files. SYNOPSIS -------- -'git-verify-pack' <pack>.idx ... +'git-verify-pack' [-v] <pack>.idx ... DESCRIPTION @@ -23,6 +23,17 @@ OPTIONS <pack>.idx ...:: The idx files to verify. +-v:: + After verifying the pack, show list of objects contained + in the pack. The format used is: + + SHA1 type size offset-in-packfile + + for objects that are not deltified in the pack, and + + SHA1 type size offset-in-packfile depth base-SHA1 + + for objects that are deltified. Author ------ |