Re: [PATCH ALTERNATIVE v6.v3 4/6] config: parse http.. using urlmatch

2013-08-05 Thread Kyle J. McKay
On Aug 5, 2013, at 15:56, Junio C Hamano wrote: "Kyle J. McKay" writes: Use the urlmatch_config_entry() to wrap the underlying http_options() two-level variable parser in order to set http. to the value with the most specific URL in the configuration. Signed-off-by: Jeff King Signed-off-by:

Re: [PATCH ALTERNATIVE v6.v3 4/6] config: parse http.. using urlmatch

2013-08-05 Thread Junio C Hamano
"Kyle J. McKay" writes: > Use the urlmatch_config_entry() to wrap the underlying > http_options() two-level variable parser in order to set > http. to the value with the most specific URL in the > configuration. > > Signed-off-by: Jeff King > Signed-off-by: Kyle J. McKay > Signed-off-by: Junio

[PATCH ALTERNATIVE v6.v3 4/6] config: parse http.. using urlmatch

2013-08-05 Thread Kyle J. McKay
Use the urlmatch_config_entry() to wrap the underlying http_options() two-level variable parser in order to set http. to the value with the most specific URL in the configuration. Signed-off-by: Jeff King Signed-off-by: Kyle J. McKay Signed-off-by: Junio C Hamano --- This version of 4/6 moves