summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Linus Torvalds <torvalds@g5.osdl.org>2005-07-05 15:45:37 -0700
committerLibravatar Linus Torvalds <torvalds@g5.osdl.org>2005-07-05 15:45:37 -0700
commit1fcc8ea55d9a126156c037a8c80dc256ceec0855 (patch)
treed11d04785f2546e3328d24b06c4c2a0c8c27b91c /Makefile
parentFix silly thinko in "head_ref()" (diff)
downloadtgif-1fcc8ea55d9a126156c037a8c80dc256ceec0855.tar.xz
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 233d24afad..877d10b18d 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)