git-show-index - Show packed archive index
git show-index
GIT-SHOW-INDEX(1) Git Manual GIT-SHOW-INDEX(1)
NAME
git-show-index - Show packed archive index
SYNOPSIS
git show-index
DESCRIPTION
Read the idx file for a Git packfile created with git pack-objects
command from the standard input, and dump 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 git(1) suite
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+---------------+--------------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+--------------------------+
|Availability | developer/versioning/git |
+---------------+--------------------------+
|Stability | Uncommitted |
+---------------+--------------------------+
NOTES
This software was built from source available at
https://java.net/projects/solaris-userland. The original community
source was downloaded from
https://www.kernel.org/pub/software/scm/git/git-2.7.4.tar.xz
Further information about this software can be found on the open source
community website at http://git-scm.com/.
Git 2.7.4 03/17/2016 GIT-SHOW-INDEX(1)