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
1011
DESCRIPTION
13Read the idx file for a Git packfile created with git pack-objects
14command from the standard input, and dump 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 2.18.1 05/14/2019 GIT-SHOW-INDEX(1)