Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 6be0559183ac0b40680df314748141d1bdf28e41 authored by Junio C Hamano on 06 April 2011, 17:57:32 UTC
Git 1.7.5-rc1
Tip revision: 6be0559
git-show-index.txt
git-show-index(1)
=================

NAME
----
git-show-index - Show packed archive index


SYNOPSIS
--------
'git show-index' < idx-file


DESCRIPTION
-----------
Reads given idx file for packed git archive created with
'git pack-objects' command, and dumps its contents.

The information it outputs is subset of what you can get from
'git verify-pack -v'; this command only shows the packfile
offset and SHA1 of each object.

GIT
---
Part of the linkgit:git[1] suite
back to top