Re: [PATCH 0/3] git config --get-urlmatch $section.$key $url

2013-07-31 Thread Ramsay Jones
Junio C Hamano wrote: So here is a bit of refactoring to extract the logic to find the entry $section.urlpattern.$key from the configuration that best matches the given $url to answer what value $section.$key should be for $url? out of http.c (primarily because we never want to link git

Re: [PATCH 0/3] git config --get-urlmatch $section.$key $url

2013-07-31 Thread Junio C Hamano
Ramsay Jones ram...@ramsay1.demon.co.uk writes: Junio C Hamano wrote: So here is a bit of refactoring to extract the logic to find the entry $section.urlpattern.$key from the configuration that best matches the given $url to answer what value $section.$key should be for $url? out of http.c