From: Daniel Barkalow Date: Tue, 11 Sep 2007 03:02:45 +0000 (-0400) Subject: Modularize commit-walker X-Git-Tag: v1.5.4-rc0~325^2~57 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/30ae764b1e11f10b5fca723a876a0f3de3ca11ab?ds=inline;hp=30ae764b1e11f10b5fca723a876a0f3de3ca11ab 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 Signed-off-by: Junio C Hamano ---