Re: [PATCH 10/14] http: use hostname in credential description

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]