summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2005-07-05 22:45:37 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-05 22:45:37 (GMT)
commit1fcc8ea55d9a126156c037a8c80dc256ceec0855 (patch)
treed11d04785f2546e3328d24b06c4c2a0c8c27b91c /Makefile
parent2f34ba32dde0131ab280f8ca902f04e39af7dcc0 (diff)
downloadgit-1fcc8ea55d9a126156c037a8c80dc256ceec0855.zip
git-1fcc8ea55d9a126156c037a8c80dc256ceec0855.tar.gz
git-1fcc8ea55d9a126156c037a8c80dc256ceec0855.tar.bz2
Add "git-clone-pack" program to help with "git clone"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 233d24a..877d10b 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-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-prune-packed git-fetch-pack git-upload-pack git-clone-pack
all: $(PROG)