class Git::Commands::ConfigOptionSyntax::GetUrlmatch

Retrieve config values matching a URL

Wraps ‘git config –get-urlmatch` to return config entries whose key name matches the given name and whose URL pattern matches the given URL.

@example Get URL-matched config

cmd = Git::Commands::ConfigOptionSyntax::GetUrlmatch.new(lib)
cmd.call('http', 'https://example.com')

@note ‘arguments` block audited against git-scm.com/docs/git-config/2.53.0

@see Git::Commands::ConfigOptionSyntax

@see git-scm.com/docs/git-config git-config

@api private