Re: Wildcard URL config matching

2018-11-07 Thread Patrick Steinhardt
Hi Brian, On Mon, Nov 05, 2018 at 08:56:52PM +, brian m. carlson wrote: > In a272b9e70a ("urlmatch: allow globbing for the URL host part", > 2017-01-31), we added support for wildcard matching for URLs when > reading from .git/config. Now it's possible to specify an option like >

Wildcard URL config matching

2018-11-05 Thread brian m. carlson
In a272b9e70a ("urlmatch: allow globbing for the URL host part", 2017-01-31), we added support for wildcard matching for URLs when reading from .git/config. Now it's possible to specify an option like http.http://*.example.com/.cookieFile and have it match for the URL http://foo.example.com.