1GIT-SHOW-INDEX(1) Git Manual GIT-SHOW-INDEX(1)
23
4
NAME
6git-show-index - Show packed archive index
7
SYNOPSIS
9git show-index < idx-file
1011
DESCRIPTION
13Reads given idx file for packed Git archive created with git
14pack-objects command, and dumps its contents.
1516
The information it outputs is subset of what you can get from git
17verify-pack -v; this command only shows the packfile offset and SHA-1
18of each object.
19
GIT
21Part of the git(1) suite
2223
24
25
Git 1.8.3.1 11/19/2018 GIT-SHOW-INDEX(1)