aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-07-03 14:27:34 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-03 14:27:34 -0700
commit2396ec85bd167b87e21edbd3a64d46eeb19d6a5d (patch)
treea4cb6a994e8268d1efd029b9c5dbfdf3708813a7 /Makefile
parentb2d46199d24856a05f455236031935dd35b3116f (diff)
downloadgit-2396ec85bd167b87e21edbd3a64d46eeb19d6a5d.tar.gz
Add "git-prune-packed" that removes objects that exist in a pack.
This, together with "git repack" can be used to clean up unpacked git archives.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2590c81722..f55169ed43 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ PROG= git-update-cache git-diff-files git-init-db git-write-tree \
git-get-tar-commit-id git-apply git-stripspace \
git-cvs2git 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-receive-pack git-send-pack git-prune-packed
all: $(PROG)
@@ -138,6 +138,7 @@ git-unpack-objects: unpack-objects.c
git-verify-pack: verify-pack.c
git-receive-pack: receive-pack.c
git-send-pack: send-pack.c
+git-prune-packed: prune-packed.c
git-http-pull: LIBS += -lcurl
git-rev-list: LIBS += -lssl