summaryrefslogtreecommitdiff
path: root/git-clone-dumb-http
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] Make curl fail on server errorCatalin Marinas2005-08-081-1/+1
| | | | | | | | Some http servers return an HTML error page and git reads it as normal data. Adding -f option makes curl fail silently. Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
* [PATCH] Support cloning packed repo from dumb http servers.Junio C Hamano2005-07-231-0/+51
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>