7 git-verify-pack - Validate packed GIT archive files.
12 'git-verify-pack' <pack>.idx ...
17 Reads given idx file for packed GIT archive created with
18 git-pack-objects command and verifies idx file and the
19 corresponding pack file.
24 The idx files to verify.
29 Written by Junio C Hamano <junkio@cox.net>
33 Documentation by Junio C Hamano
37 Part of the link:git.html[git] suite