Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | http-push and http-fetch: handle URLs without trailing / | Grégoire Barbier | 2008-01-20 |
| | | | | | | | | The URL to a repository http-push and http-fetch takes should have a trailing slash. Instead of failing the request, add it ourselves before attempting such a request. Signed-off-by: Junio C Hamano <gitster@pobox.com> | ||
* | Modularize commit-walker | Daniel Barkalow | 2007-09-19 |
This turns the extern functions to be provided by the backend into a struct of pointers, renames the functions to be more namespace-friendly, and updates http-fetch to this interface. It removes the unused include from http-push.c. It makes git-http-fetch a builtin (with the implementation a separate file, accessible directly). Signed-off-by: Daniel Barkalow <barkalow@iabervon.org> Signed-off-by: Junio C Hamano <gitster@pobox.com> |