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|--verbose] [-s|--stat-only] [--] <pack>.idx ...
10

DESCRIPTION

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

OPTIONS

17       <pack>.idx ...
18           The idx files to verify.
19
20       -v, --verbose
21           After verifying the pack, show list of objects contained in the
22           pack and a histogram of delta chain length.
23
24       -s, --stat-only
25           Do not verify the pack contents; only show the histogram of delta
26           chain length. With --verbose, list of objects is also shown.
27
28       --
29           Do not interpret any more arguments as options.
30

OUTPUT FORMAT

32       When specifying the -v option the format used is:
33
34           SHA-1 type size size-in-packfile offset-in-packfile
35
36       for objects that are not deltified in the pack, and
37
38           SHA-1 type size size-in-packfile offset-in-packfile depth base-SHA-1
39
40       for objects that are deltified.
41

GIT

43       Part of the git(1) suite
44
45
46
47Git 2.30.2                        2021-03-08                GIT-VERIFY-PACK(1)
Impressum