Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-07-06 04:08:02 +0400
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-06 04:08:02 +0400
commit0271611e390c3aaacc4f4f0529c10c7b095ed682 (patch)
tree1cc299c2fe21496af1169311b09f15da9d5b75ab /Makefile
parent291ec0f2d2ce65e5ccb876b46d6468af49ddb82e (diff)
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--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 877d10b18d..5dcfc24f89 100644
--- 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)