blob: e3285aacfd310cc269cdb03aa9243c939c24def7 [file] [log] [blame]
Junio C Hamano1a4e8412005-12-27 08:17:231git-show-index(1)
2=================
3
4NAME
5----
6git-show-index - Show packed archive index
7
8
9SYNOPSIS
10--------
Junio C Hamanofce7c7e2008-07-02 03:06:3811'git show-index' < idx-file
Junio C Hamano1a4e8412005-12-27 08:17:2312
13
14DESCRIPTION
15-----------
16Reads given idx file for packed git archive created with
Junio C Hamanoba4b9282008-07-06 05:20:3117'git-pack-objects' command, and dumps its contents.
Junio C Hamano1a4e8412005-12-27 08:17:2318
19The information it outputs is subset of what you can get from
Junio C Hamanoba4b9282008-07-06 05:20:3120'git-verify-pack -v'; this command only shows the packfile
Junio C Hamano1a4e8412005-12-27 08:17:2321offset and SHA1 of each object.
22
23
24Author
25------
26Written by Linus Torvalds <torvalds@osdl.org>
27
28Documentation
29--------------
30Documentation by Junio C Hamano
31
32GIT
33---
Junio C Hamanof7c042d2008-06-06 22:50:5334Part of the linkgit:git[1] suite