[PATCH] Change the sed seperator in t/t6000-lib.sh.
[alt-git.git] / Documentation / git-verify-pack.txt
blob2df77de0f3730c37bcc792c733414cde44e0c0af
1 git-verify-pack(1)
2 ==================
3 v0.1, June 2005
5 NAME
6 ----
7 git-verify-pack - Validate packed GIT archive files.
10 SYNOPSIS
11 --------
12 'git-verify-pack' <pack>.idx ...
15 DESCRIPTION
16 -----------
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.
21 OPTIONS
22 -------
23 <pack>.idx ...::
24         The idx files to verify.
27 Author
28 ------
29 Written by Junio C Hamano <junkio@cox.net>
31 Documentation
32 --------------
33 Documentation by Junio C Hamano
35 GIT
36 ---
37 Part of the link:git.html[git] suite