1GIT-VERIFY-PACK(1)                Git Manual                GIT-VERIFY-PACK(1)
2
3
4

NAME

6       git-verify-pack - Validate packed git archive files
7

SYNOPSIS

9       git-verify-pack [-v] [--] <pack>.idx ...
10

DESCRIPTION

12       Reads given idx file for packed git archive created with
13       git-pack-objects command and verifies idx file and the corresponding
14       pack file.
15

OPTIONS

17       <pack>.idx ...
18           The idx files to verify.
19
20       -v
21           After verifying the pack, show list of objects contained in the
22           pack.
23
24       --
25           Do not interpret any more arguments as options.
26

OUTPUT FORMAT

28       When specifying the -v option the format used is:
29
30
31           SHA1 type size offset-in-packfile
32       for objects that are not deltified in the pack, and
33
34
35           SHA1 type size offset-in-packfile depth base-SHA1
36       for objects that are deltified.
37

AUTHOR

39       Written by Junio C Hamano <junkio@cox.net>
40

DOCUMENTATION

42       Documentation by Junio C Hamano
43

GIT

45       Part of the git(7) suite
46
47
48
49
50Git 1.5.3.3                       10/09/2007                GIT-VERIFY-PACK(1)
Impressum