On Tue, Feb 3, 2009 at 2:54 PM, Mike Hommey <mh@xxxxxxxxxxxx> wrote: > If I recall correctly, http-push just doesn't work without curl-multi, > so the correct fix would be to just disable http-push when > USE_CURL_MULTI is undefined. Indeed, it dies on line 2253 (18d81a). 2252 #ifndef USE_CURL_MULTI 2253 die("git-push is not available for http/https repository when not compiled with USE_CURL_MULTI"); 2254 #endif -- Cheers, Ray Chuan -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html