aboutsummaryrefslogtreecommitdiff
path: root/show-index.c
Commit message (Collapse)AuthorAge
* show-index.c: learn about index v2Nicolas Pitre2007-04-10
| | | | | | | | When index v2 is encountered, the CRC32 of each object is also displayed in parenthesis at the end of the line. Signed-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
* Fix typo in show-index.cv1.4.3.1Lars Hjemli2006-10-20
| | | | | Signed-off-by: Lars Hjemli <hjemli@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
* Add a "git-show-index" helper that shows the contents of a pack indexLinus Torvalds2005-07-05
This was invaluable for debugging the zero-sized compression issue, and might be useful for scripting too, if people want to see the contents of a pack.