git-verify-pack - Validate packed GIT archive files.
git-verify-pack <pack>.idx …
Reads given idx file for packed GIT archive created with git-pack-objects command and verifies idx file and the corresponding pack file.
The idx files to verify.
Written by Junio C Hamano <junkio@cox.net>
Documentation by Junio C Hamano
Part of the git suite