summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-07-24 00:55:07 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2005-07-24 01:28:19 (GMT)
commitc0a58fbb511028a3500987417376a5cfb2c141da (patch)
tree3a8ebcf4924a1cc0e595a15dc59bda158a92ca23 /Makefile
parent61e3ef3620493834ed5997d56d481c171d8bd5ac (diff)
downloadgit-c0a58fbb511028a3500987417376a5cfb2c141da.zip
git-c0a58fbb511028a3500987417376a5cfb2c141da.tar.gz
git-c0a58fbb511028a3500987417376a5cfb2c141da.tar.bz2
[PATCH] Support cloning packed repo from dumb http servers.
Using the information prepared with update-server-info, a truly dumb http server can allow cloning with this client side support. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6933ae3..f87225d 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ SCRIPTS=git git-apply-patch-script git-merge-one-file-script git-prune-script \
gitk git-cherry git-rebase-script git-relink-script git-repack-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-ls-remote-script git-clone-dumb-http
PROG= git-update-cache git-diff-files git-init-db git-write-tree \
git-read-tree git-commit-tree git-cat-file git-fsck-cache \