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 < idx-file
10
11

DESCRIPTION

13       Reads given idx file for packed Git archive created with git
14       pack-objects command, and dumps 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 1.8.3.1                       11/19/2018                 GIT-SHOW-INDEX(1)
Impressum