module Git::Parsers::Remote

Parser that builds {Git::RemoteInfo} objects from git config entries

Accepts ‘Array<Git::ConfigEntryInfo>` as returned by {Git::Configuring#config_list} and groups entries by remote name, collecting multi-value fields and coercing boolean values.

@api private