2005-07-14 11:08:05 +04:00
|
|
|
git-show-index(1)
|
|
|
|
=================
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
|
|
|
git-show-index - Show packed archive index
|
|
|
|
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2011-07-02 06:38:26 +04:00
|
|
|
[verse]
|
2008-06-30 10:09:04 +04:00
|
|
|
'git show-index' < idx-file
|
2005-07-14 11:08:05 +04:00
|
|
|
|
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2013-01-21 23:17:53 +04:00
|
|
|
Reads given idx file for packed Git archive created with
|
2010-01-10 02:33:00 +03:00
|
|
|
'git pack-objects' command, and dumps its contents.
|
2005-07-14 11:08:05 +04:00
|
|
|
|
|
|
|
The information it outputs is subset of what you can get from
|
2010-01-10 02:33:00 +03:00
|
|
|
'git verify-pack -v'; this command only shows the packfile
|
2013-04-15 21:49:04 +04:00
|
|
|
offset and SHA-1 of each object.
|
2005-07-14 11:08:05 +04:00
|
|
|
|
|
|
|
GIT
|
|
|
|
---
|
2008-06-06 11:07:32 +04:00
|
|
|
Part of the linkgit:git[1] suite
|