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

2013-07-31 Thread Kyle J. McKay
On Jul 31, 2013, at 12:26, Junio C Hamano wrote: From: "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: Kyle J. McKay Signed-off-b

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

2013-07-31 Thread Junio C Hamano
From: "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: Kyle J. McKay Signed-off-by: Junio C Hamano --- .gitignore |