Add a "git-show-index" helper that shows the contents of a pack index
[git.git] / Makefile
index 877d10b..5dcfc24 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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)