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 git
13       pack-objects command, and dumps its contents.
14
15       The information it outputs is subset of what you can get from git
16       verify-pack -v; this command only shows the packfile offset and SHA1 of
17       each object.
18

AUTHOR

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

DOCUMENTATION

23       Documentation by Junio C Hamano
24

GIT

26       Part of the git(1) suite
27

NOTES

29        1. torvalds@osdl.org
30           mailto:torvalds@osdl.org
31
32
33
34Git 1.7.4.4                       04/11/2011                 GIT-SHOW-INDEX(1)
Impressum