]> git.ipfire.org Git - thirdparty/git.git/commit - show-index.c
Add a "git-show-index" helper that shows the contents of a pack index
authorLinus Torvalds <torvalds@g5.osdl.org>
Wed, 6 Jul 2005 00:08:02 +0000 (17:08 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 6 Jul 2005 00:08:02 +0000 (17:08 -0700)
commit0271611e390c3aaacc4f4f0529c10c7b095ed682
tree1cc299c2fe21496af1169311b09f15da9d5b75ab
parent291ec0f2d2ce65e5ccb876b46d6468af49ddb82e
Add a "git-show-index" helper that shows the contents of a pack index

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.
Makefile
show-index.c [new file with mode: 0644]