Staging
v0.5.1
swh:1:snp:c5feb7ee9221a3820c8879e85e8a18470c0b3afa
Raw File
Tip revision: be3fa9125e708348c7baf04ebe9507a72a9d1800 authored by Junio C Hamano on 31 October 2011, 02:14:24 UTC
Git 1.7.8-rc0
Tip revision: be3fa91
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 SHA1 of each object.

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