Makefile: make script-related rules usable from subdirectories
[git.git] / Documentation / git-show-index.txt
blob9cbbed944c9ab7511e5e27876174968624ded5ad
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 SHA1 of each object.
24 GIT
25 ---
26 Part of the linkgit:git[1] suite