1GIT-SHOW-INDEX(1)                 Git Manual                 GIT-SHOW-INDEX(1)
2
3
4

NAME

6       git-show-index - Show packed archive index
7

SYNOPSIS

9       git show-index
10
11

DESCRIPTION

13       Read the idx file for a Git packfile created with git pack-objects
14       command from the standard input, and dump its contents.
15
16       The information it outputs is subset of what you can get from git
17       verify-pack -v; this command only shows the packfile offset and SHA-1
18       of each object.
19

GIT

21       Part of the git(1) suite
22
23
24
25Git 2.18.1                        05/14/2019                 GIT-SHOW-INDEX(1)
Impressum