git-verify-pack
(1)Validate packed Git archive files
git verify-pack [-v | --verbose] [-s | --stat-only] [--] <pack>.idx...
Options
2-v--verboseAfter verifying the pack, show the list of objects contained in the pack and a histogram of delta chain length.
-s--stat-onlyDo not verify the pack contents; only show the histogram of delta chain length. With --verbose, the list of objects is also shown.