grep: remove redundant REG_NEWLINE when compiling fixed regex
[git.git] / Documentation / git-show-index.txt
bloba8a9509e0eb0bb416ce0a32f76c964a505da8f61
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'
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.
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.
25 GIT
26 ---
27 Part of the linkgit:git[1] suite