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