author | Daniel Barkalow <barkalow@iabervon.org> | |
Tue, 11 Sep 2007 03:02:45 +0000 (23:02 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 19 Sep 2007 10:22:30 +0000 (03:22 -0700) | ||
commit | 30ae764b1e11f10b5fca723a876a0f3de3ca11ab | |
tree | b947d1e54e9bb87327e45395f28d4356821988c9 | tree | snapshot |
parent | fbdeef948bbc085124f9634d5108940dce5fc688 | commit | diff |
Modularize commit-walker
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>
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>
Makefile | diff | blob | history | |
builtin-http-fetch.c | [new file with mode: 0644] | blob |
builtin.h | diff | blob | history | |
fetch.c | [deleted file] | blob | history |
fetch.h | [deleted file] | blob | history |
git.c | diff | blob | history | |
http-fetch.c | [deleted file] | blob | history |
http-push.c | diff | blob | history | |
http-walker.c | [new file with mode: 0644] | blob |
walker.c | [new file with mode: 0644] | blob |
walker.h | [new file with mode: 0644] | blob |