]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-verify-pack.txt
Get rid of nasty utf-8 characters in printout
[thirdparty/git.git] / Documentation / git-verify-pack.txt
CommitLineData
f9253394
JH
1git-verify-pack(1)
2==================
3v0.1, June 2005
4
5NAME
6----
7git-verify-pack - Validate packed GIT archive files.
8
9
10SYNOPSIS
11--------
12'git-verify-pack' <pack>.idx ...
13
14
15DESCRIPTION
16-----------
17Reads given idx file for packed GIT archive created with
18git-pack-objects command and verifies idx file and the
19corresponding pack file.
20
21OPTIONS
22-------
23<pack>.idx ...::
24 The idx files to verify.
25
26
27Author
28------
29Written by Junio C Hamano <junkio@cox.net>
30
31Documentation
32--------------
33Documentation by Junio C Hamano
34
35GIT
36---
37Part of the link:git.html[git] suite
38