Junio C Hamano | 1a4e841 | 2005-12-27 08:17:23 | [diff] [blame] | 1 | git-show-index(1) |
| 2 | ================= |
| 3 | |
| 4 | NAME |
| 5 | ---- |
| 6 | git-show-index - Show packed archive index |
| 7 | |
| 8 | |
| 9 | SYNOPSIS |
| 10 | -------- |
| 11 | 'git-show-index' < idx-file |
| 12 | |
| 13 | |
| 14 | DESCRIPTION |
| 15 | ----------- |
| 16 | Reads given idx file for packed git archive created with |
| 17 | git-pack-objects command, and dumps its contents. |
| 18 | |
| 19 | The information it outputs is subset of what you can get from |
| 20 | 'git-verify-pack -v'; this command only shows the packfile |
| 21 | offset and SHA1 of each object. |
| 22 | |
| 23 | |
| 24 | Author |
| 25 | ------ |
| 26 | Written by Linus Torvalds <torvalds@osdl.org> |
| 27 | |
| 28 | Documentation |
| 29 | -------------- |
| 30 | Documentation by Junio C Hamano |
| 31 | |
| 32 | GIT |
| 33 | --- |
Junio C Hamano | 35738e8 | 2008-01-07 07:55:46 | [diff] [blame] | 34 | Part of the linkgit:git[7] suite |