]> git.ipfire.org Git - thirdparty/git.git/commit - http-walker.c
[PATCH] Support downloading packs by HTTP (whitespace fixed)
authorbarkalow@iabervon.org <barkalow@iabervon.org>
Mon, 1 Aug 2005 00:54:17 +0000 (20:54 -0400)
committerJunio C Hamano <junkio@cox.net>
Mon, 1 Aug 2005 06:30:59 +0000 (23:30 -0700)
commit182005b954d81b2a08162de93511ca238b242bea
tree5d2d4f9a562316900fdf95be841aaf5a407af843
parentbf592c5057a7e5e1dabd65cd1ddd526a4eca6c53
[PATCH] Support downloading packs by HTTP (whitespace fixed)

This adds support to http-pull for finding the list of pack files
available on the server, downloading the index files for those pack
files, and downloading pack files when they contain needed objects not
available individually. It retains the index files even if the pack
files were not needed, but downloads the list of pack files once per
run if an object is not found separately.

Signed-off-by: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
http-pull.c