Hi, On Tue, Sep 8, 2009 at 8:57 PM, Jakub Narebski<jnareb@xxxxxxxxx> wrote: > 500 Internal Server Error doesn't look right (well, it can indicate > bug in server code), but would git respond to correct error code other > than 404 Not Found, like 405 Method Not Allowed, or 501 Not Implemented? I believe you're referring to git response to such error codes for GET requests? For 404, we'll try using alternates (objects/info/http-alternates, objects/info/alternates). For the rest, we'll just abort the request. I'm not really sure of the specific responses by git, like if we do ask for authentication, in the case of 401s. -- 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