Jeff King <peff@xxxxxxxx> writes: > @@ -342,11 +341,11 @@ static void http_auth_init(const char *url) > host = at + 1; > } > > + http_auth.description = url_decode_mem(host, slash - host); Could a hosting site like github host multiple repositories, each of which the user may interact with under different identity? Just wondering if it is sufficient to say "http://example.com/" or it needs to be more specific, e.g. "http://example.com/p/project.git/". -- 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