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

DESCRIPTION

12       Reads given idx file for packed git archive created with
13       git-pack-objects command, and dumps its contents.
14
15       The information it outputs is subset of what you can get from
16       git-verify-pack -v; this command only shows the packfile offset and
17       SHA1 of each object.
18

AUTHOR

20       Written by Linus Torvalds <torvalds@osdl.org>
21

DOCUMENTATION

23       Documentation by Junio C Hamano
24

GIT

26       Part of the git(7) suite
27
28
29
30
31Git 1.5.3.3                       10/09/2007                 GIT-SHOW-INDEX(1)
Impressum