module Git::Parsers::ConfigEntry

Parser for ‘git config` output

Each public method corresponds to a different ‘git config` sub-command variant and handles the specific output format that variant produces. Most variants are called with `–show-scope –show-origin –null`; `parse_urlmatch` handles the `–get-urlmatch` format where `–show-origin` is unsupported and therefore absent.

@api private