Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: 79fcbf7e703ca5805ebd46b2c7e09d0703f1c1ff authored by Junio C Hamano on 17 January 2014, 20:30:14 UTC
Git 1.9-rc0
Tip revision: 79fcbf7
git-show-index.txt
git-show-index(1)
=================

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


SYNOPSIS
--------
[verse]
'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 SHA-1 of each object.

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