author | barkalow@iabervon.org <barkalow@iabervon.org> | |
Mon, 1 Aug 2005 00:54:17 +0000 (20:54 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 1 Aug 2005 06:30:59 +0000 (23:30 -0700) | ||
commit | 182005b954d81b2a08162de93511ca238b242bea | |
tree | 5d2d4f9a562316900fdf95be841aaf5a407af843 | tree | snapshot |
parent | bf592c5057a7e5e1dabd65cd1ddd526a4eca6c53 | commit | diff |
[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>
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 | diff | blob | history |