transport-helper: change import semantics
[git/dscho.git] / Documentation / git-show-index.txt
blobc4d99f10281599ae52f95da455372e8ed759cfe7
1 git-show-index(1)
2 =================
4 NAME
5 ----
6 git-show-index - Show packed archive index
9 SYNOPSIS
10 --------
11 'git show-index' < idx-file
14 DESCRIPTION
15 -----------
16 Reads given idx file for packed git archive created with
17 'git pack-objects' command, and dumps its contents.
19 The information it outputs is subset of what you can get from
20 'git verify-pack -v'; this command only shows the packfile
21 offset and SHA1 of each object.
23 GIT
24 ---
25 Part of the linkgit:git[1] suite