diff options
author | Junio C Hamano <junkio@cox.net> | 2005-07-23 17:55:07 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-23 18:28:19 -0700 |
commit | c0a58fbb511028a3500987417376a5cfb2c141da (patch) | |
tree | 3a8ebcf4924a1cc0e595a15dc59bda158a92ca23 /Makefile | |
parent | [PATCH] Document update-server-info. (diff) | |
download | tgif-c0a58fbb511028a3500987417376a5cfb2c141da.tar.xz |
[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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |