English ▾
Localized versions of git-show-index manual
  1. English
  2. Português (Brasil)
  3. українська мова
  4. 简体中文
Topics ▾ Version 2.19.0 ▾ git-show-index last updated in 2.49.0
Changes in the git-show-index manual
  1. 2.49.1 → 2.52.0 no changes
  2. 2.49.0 2025年03月14日
  3. 2.42.1 → 2.48.2 no changes
  4. 2.42.0 2023年08月21日
  5. 2.29.1 → 2.41.3 no changes
  6. 2.29.0 2020年10月19日
  7. 2.28.1 no changes
  8. 2.28.0 2020年07月27日
  9. 2.19.1 → 2.27.1 no changes
  10. 2.19.0 2018年09月10日
  11. 2.7.6 → 2.18.5 no changes
  12. 2.6.7 2017年05月05日
  13. 2.1.4 → 2.5.6 no changes
  14. 2.0.5 2014年12月17日

Check your version of git by running

git --version

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[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 of the object within the corresponding packfile

  • the second column is the object id of the object

  • if the index version is 2 or higher, the third column contains the CRC32 of the object data

The objects are output in the order in which they are found in the index file, which should be (in a correctly constructed file) sorted by object id.

Note that you can get more information on a packfile by calling git-verify-pack[1]. However, as this command considers only the index file itself, it’s both faster and more flexible.

GIT

Part of the git[1] suite

AltStyle によって変換されたページ (->オリジナル) /