diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-05 17:08:02 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-05 17:08:02 -0700 |
commit | 0271611e390c3aaacc4f4f0529c10c7b095ed682 (patch) | |
tree | 1cc299c2fe21496af1169311b09f15da9d5b75ab /Makefile | |
parent | 291ec0f2d2ce65e5ccb876b46d6468af49ddb82e (diff) | |
download | git-0271611e390c3aaacc4f4f0529c10c7b095ed682.tar.gz |
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.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -43,7 +43,8 @@ PROG= git-update-cache git-diff-files git-init-db git-write-tree \ git-get-tar-commit-id git-apply git-stripspace \ git-diff-stages git-rev-parse git-patch-id git-pack-objects \ git-unpack-objects git-verify-pack git-receive-pack git-send-pack \ - git-prune-packed git-fetch-pack git-upload-pack git-clone-pack + git-prune-packed git-fetch-pack git-upload-pack git-clone-pack \ + git-show-index all: $(PROG) |