aboutsummaryrefslogtreecommitdiff
path: root/git-clone-dumb-http
Commit message (Collapse)AuthorAge
* [PATCH] Make curl fail on server errorCatalin Marinas2005-08-08
| | | | | | | | 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-23
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>