Merge branch 'bc/doc-interpret-trailers-grammofix' into next
[git] / Documentation / git-show-index.txt
1 git-show-index(1)
2 =================
3
4 NAME
5 ----
6 git-show-index - Show packed archive index
7
8
9 SYNOPSIS
10 --------
11 [verse]
12 'git show-index'
13
14
15 DESCRIPTION
16 -----------
17 Read the idx file for a Git packfile created with
18 'git pack-objects' command from the standard input, and
19 dump its contents.
20
21 The information it outputs is subset of what you can get from
22 'git verify-pack -v'; this command only shows the packfile
23 offset and SHA-1 of each object.
24
25 GIT
26 ---
27 Part of the linkgit:git[1] suite