]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-show-index.txt
make show-index a builtin
[thirdparty/git.git] / Documentation / git-show-index.txt
CommitLineData
5f40520f
JH
1git-show-index(1)
2=================
5f40520f
JH
3
4NAME
5----
6git-show-index - Show packed archive index
7
8
9SYNOPSIS
10--------
7791a1d9 11[verse]
33e8fc87 12'git show-index'
5f40520f
JH
13
14
15DESCRIPTION
16-----------
33e8fc87
JH
17Read the idx file for a Git packfile created with
18'git pack-objects' command from the standard input, and
19dump its contents.
5f40520f
JH
20
21The information it outputs is subset of what you can get from
0b444cdb 22'git verify-pack -v'; this command only shows the packfile
d5fa1f1a 23offset and SHA-1 of each object.
5f40520f 24
5f40520f
JH
25GIT
26---
9e1f0a85 27Part of the linkgit:git[1] suite