]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-show-index.txt
Merge branch 'maint'
[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--------
b1889c36 11'git show-index' < idx-file
5f40520f
JH
12
13
14DESCRIPTION
15-----------
72e9340c 16Reads given idx file for packed git archive created with
0b444cdb 17'git pack-objects' command, and dumps its contents.
5f40520f
JH
18
19The information it outputs is subset of what you can get from
0b444cdb 20'git verify-pack -v'; this command only shows the packfile
5f40520f
JH
21offset and SHA1 of each object.
22
5f40520f
JH
23GIT
24---
9e1f0a85 25Part of the linkgit:git[1] suite