git-show-index (1) Linux Manual Page
git-show-index – Show packed archive index Synopsisgit show-index [–object-format=<hash-algorithm>]DescriptionRead the .idx file for a Git packfile (created with git-pack-objects(1) or git-index-pack(1)) from the standard input, and dump its contents. The output consists of one object per line, with each line containing two or three space-separated columns: • the first column is the offset in bytes…
