author | Nick Hengeveld <nickh@reactrix.com> | |
Tue, 4 Apr 2006 12:33:18 +0000 (05:33 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 5 Apr 2006 01:06:35 +0000 (18:06 -0700) | ||
commit | 8d9fbe57b3acf756a9325884d11f004ef6f7e884 | |
tree | 8d101d2588c98787d8730f62ee7498deabff1fa9 | tree | snapshot |
parent | 42277bc81ce2f4450fe08239e4db34516f879c1d | commit | diff |
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>
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 | diff | blob | history | |
http-fetch.c | diff | blob | history |