From: Junio C Hamano <hidden> Date: 2020-02-20 21:20:10
"brian m. carlson" [off-list ref] writes:
From: brian m. carlson <redacted>
In some cases, a user will want to use a specific credential helper for
a wildcard pattern, such as https://*.corp.example.com. We have code
that handles this already with the urlmatch code, so let's use that
instead of our custom code.