]> git.ipfire.org Git - thirdparty/git.git/commit
Fetch from a packed repository on dumb servers.
authorJunio C Hamano <junkio@cox.net>
Tue, 26 Jul 2005 05:42:18 +0000 (22:42 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 31 Jul 2005 18:56:44 +0000 (11:56 -0700)
commit96155e55e175e7fed1d8ebd73557d339f35629d8
treebeefc211f75f0fc195f8992d696353881fc9fa16
parent80bd6f3064a6009cd18a4dab9ce6d29681cec4af
Fetch from a packed repository on dumb servers.

Implement fetching from a packed repository over http/https
using the dumb server support files.

I consider some parts of the logic should be in a separate C
program, but it appears to work with my simple tests.  I have
backburnered it for a bit too long for my liking, so let's throw
it out in the open and see what happens.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
git-fetch-dumb-http [new file with mode: 0755]
git-fetch-script
missing-revs.c [new file with mode: 0644]