author | Junio C Hamano <junkio@cox.net> | |
Tue, 26 Jul 2005 05:42:18 +0000 (22:42 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 31 Jul 2005 18:56:44 +0000 (11:56 -0700) | ||
commit | 96155e55e175e7fed1d8ebd73557d339f35629d8 | |
tree | beefc211f75f0fc195f8992d696353881fc9fa16 | tree | snapshot |
parent | 80bd6f3064a6009cd18a4dab9ce6d29681cec4af | commit | diff |
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>
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 | diff | blob | history | |
git-fetch-dumb-http | [new file with mode: 0755] | blob |
git-fetch-script | diff | blob | history | |
missing-revs.c | [new file with mode: 0644] | blob |