aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLukas_Sandström <lukass@etek.chalmers.se>2005-11-09 02:22:40 +0100
committerJunio C Hamano <junkio@cox.net>2005-11-11 21:19:10 -0800
commitc283ab21c1b8198fe2297cca678aa2fa3dd76e75 (patch)
tree940de2458a13656e88d70fee664e0575fcda516c /Makefile
parentfd66dbf5297a4badec8c2accf8a0f9bd72e3f693 (diff)
downloadgit-c283ab21c1b8198fe2297cca678aa2fa3dd76e75.tar.gz
git-c283ab21c1b8198fe2297cca678aa2fa3dd76e75.tar.xz
Add git-pack-intersect
This patch adds the program git-pack-intersect. It is used to find redundant packs in git repositories. Signed-off-by: Lukas Sandström <lukass@etek.chalmers.se> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b202be177..4c646c9e8 100644
--- a/Makefile
+++ b/Makefile
@@ -122,7 +122,7 @@ PROGRAMS = \
git-unpack-objects$X git-update-index$X git-update-server-info$X \
git-upload-pack$X git-verify-pack$X git-write-tree$X \
git-update-ref$X git-symbolic-ref$X git-check-ref-format$X \
- git-name-rev$X $(SIMPLE_PROGRAMS)
+ git-name-rev$X git-pack-intersect$X $(SIMPLE_PROGRAMS)
# Backward compatibility -- to be removed after 1.0
PROGRAMS += git-ssh-pull$X git-ssh-push$X