diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-05 15:45:37 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-05 15:45:37 -0700 |
commit | 1fcc8ea55d9a126156c037a8c80dc256ceec0855 (patch) | |
tree | d11d04785f2546e3328d24b06c4c2a0c8c27b91c /Makefile | |
parent | 2f34ba32dde0131ab280f8ca902f04e39af7dcc0 (diff) | |
download | git-1fcc8ea55d9a126156c037a8c80dc256ceec0855.tar.gz |
Add "git-clone-pack" program to help with "git clone"
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |