]> git.ipfire.org Git - thirdparty/git.git/commit - http-walker.c
http-fetch: add optional DAV-based pack list
authorNick Hengeveld <nickh@reactrix.com>
Tue, 4 Apr 2006 12:33:18 +0000 (05:33 -0700)
committerJunio C Hamano <junkio@cox.net>
Wed, 5 Apr 2006 01:06:35 +0000 (18:06 -0700)
commit8d9fbe57b3acf756a9325884d11f004ef6f7e884
tree8d101d2588c98787d8730f62ee7498deabff1fa9
parent42277bc81ce2f4450fe08239e4db34516f879c1d
http-fetch: add optional DAV-based pack list

If git is not built with NO_EXPAT, this patch changes git-http-fetch to
attempt using DAV to get a list of remote packs and fall back to using
objects/info/packs if the DAV request fails.

Signed-off-by: Nick Hengeveld <nickh@reactrix.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
http-fetch.c