fast-import: refactor parsing of spaces
[git.git] / Documentation / git-show-index.txt
blobfbdc8adae5b10a8ed88883647d2f0ccc3636cddc
1 git-show-index(1)
2 =================
4 NAME
5 ----
6 git-show-index - Show packed archive index
9 SYNOPSIS
10 --------
11 [verse]
12 'git show-index' < idx-file
15 DESCRIPTION
16 -----------
17 Reads given idx file for packed Git archive created with
18 'git pack-objects' command, and dumps its contents.
20 The information it outputs is subset of what you can get from
21 'git verify-pack -v'; this command only shows the packfile
22 offset and SHA-1 of each object.
24 GIT
25 ---
26 Part of the linkgit:git[1] suite