diff options
author | Junio C Hamano <junkio@cox.net> | 2005-08-01 00:41:49 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-08-01 00:41:49 -0700 |
commit | 0f2b4c4654a046bc2ccaeafd3340450edf4aeb7e (patch) | |
tree | 28b23775b72ee9c41a47bbf808049a42c6fa6f75 /Makefile | |
parent | 182005b954d81b2a08162de93511ca238b242bea (diff) | |
download | git-0f2b4c4654a046bc2ccaeafd3340450edf4aeb7e.tar.gz git-0f2b4c4654a046bc2ccaeafd3340450edf4aeb7e.tar.xz |
Retire git-fetch-dumb-http and missing-revs
Now git-http-pull knows how to do packed repo, retire scripted
hacks I placed as a stop-gap measure.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -65,7 +65,7 @@ SCRIPTS=git git-apply-patch-script git-merge-one-file-script git-prune-script \ git-format-patch-script git-sh-setup-script git-push-script \ git-branch-script git-parse-remote git-verify-tag-script \ git-ls-remote-script git-clone-dumb-http git-rename-script \ - git-request-pull-script git-bisect-script git-fetch-dumb-http + git-request-pull-script git-bisect-script SCRIPTS += git-count-objects-script @@ -81,8 +81,7 @@ PROG= git-update-cache git-diff-files git-init-db git-write-tree \ git-unpack-objects git-verify-pack git-receive-pack git-send-pack \ git-prune-packed git-fetch-pack git-upload-pack git-clone-pack \ git-show-index git-daemon git-var git-peek-remote \ - git-update-server-info git-show-rev-cache git-build-rev-cache \ - git-missing-revs + git-update-server-info git-show-rev-cache git-build-rev-cache ifndef NO_CURL PROG+= git-http-pull |