Merge branch 'fixes'
[git.git] / Documentation / git-show-index.txt
1 git-show-index(1)
2 =================
3 v0.1, July 2005
4
5 NAME
6 ----
7 git-show-index - Show packed archive index
8
9
10 SYNOPSIS
11 --------
12 'git-show-index' < idx-file
13
14
15 DESCRIPTION
16 -----------
17 Reads given idx file for packed GIT archive created with
18 git-pack-objects command, and dumps its contents.
19
20 The information it outputs is subset of what you can get from
21 'git-verify-pack -v'; this command only shows the packfile
22 offset and SHA1 of each object.
23
24
25 Author
26 ------
27 Written by Linus Torvalds <torvalds@osdl.org>
28
29 Documentation
30 --------------
31 Documentation by Junio C Hamano
32
33 GIT
34 ---
35 Part of the gitlink:git[7] suite
36