blob: 2dcbbb245421964d418818878cd05a4eda525513 [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 Hamano15567bc2011-07-23 00:51:5911[verse]
Junio C Hamanofce7c7e2008-07-02 03:06:3812'git show-index' < idx-file
Junio C Hamano1a4e8412005-12-27 08:17:2313
14
15DESCRIPTION
16-----------
17Reads given idx file for packed git archive created with
Junio C Hamano1aa40d22010-01-21 17:46:4318'git pack-objects' command, and dumps its contents.
Junio C Hamano1a4e8412005-12-27 08:17:2319
20The information it outputs is subset of what you can get from
Junio C Hamano1aa40d22010-01-21 17:46:4321'git verify-pack -v'; this command only shows the packfile
Junio C Hamano1a4e8412005-12-27 08:17:2322offset and SHA1 of each object.
23
Junio C Hamano1a4e8412005-12-27 08:17:2324GIT
25---
Junio C Hamanof7c042d2008-06-06 22:50:5326Part of the linkgit:git[1] suite