Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PATCH] Make curl fail on server error | Catalin Marinas | 2005-08-08 | 1 | -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 Hamano | 2005-07-23 | 1 | -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> |