English ▾ Topics ▾ Latest version ▾ git-verify-pack last updated in 2.50.0

NAME

git-verify-pack - Validate packed Git archive files

SYNOPSIS

git verify-pack [-v | --verbose] [-s | --stat-only] [--] <pack>.idx...

DESCRIPTION

Read each idx file for packed Git archive given on the command line, and verify the idx file and the corresponding pack file.

OPTIONS

-v
--verbose

After verifying the pack, show the list of objects contained in the pack and a histogram of delta chain length.