Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-01 | Retire git-fetch-dumb-http and missing-revs | Junio C Hamano | |
Now git-http-pull knows how to do packed repo, retire scripted hacks I placed as a stop-gap measure. Signed-off-by: Junio C Hamano <junkio@cox.net> | |||
2005-07-31 | Fetch from a packed repository on dumb servers. | Junio C Hamano | |
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> |