summaryrefslogtreecommitdiff
path: root/git-fetch-dumb-http
Commit message (Collapse)AuthorAgeFilesLines
* Retire git-fetch-dumb-http and missing-revsJunio C Hamano2005-08-011-100/+0
| | | | | | | 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>
* Fetch from a packed repository on dumb servers.Junio C Hamano2005-07-311-0/+100
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>