This series introduces wildcard matching (that is, urlmatch support) for credential config options, just like for the http options. This is helpful in corporate environments where custom credentials should be used across a wide variety of subdomains. In addition, there's an additional test for urlmatch behavior with multiple subdomains and a mailmap update for the email address used in this series. brian m. carlson (3): mailmap: add an additional email address for brian m. carlson t1300: add test for urlmatch with multiple wildcards credential: allow wildcard patterns when matching config .mailmap | 1 + Documentation/gitcredentials.txt | 4 +++- credential.c | 41 +++++++++++++++++--------------- t/t0300-credentials.sh | 20 ++++++++++++++++ t/t1300-config.sh | 6 +++++ 5 files changed, 52 insertions(+), 20 deletions(-)