parse-git-config icon indicating copy to clipboard operation
parse-git-config copied to clipboard

Does not support multiple values

Open cspotcode opened this issue 6 years ago • 0 comments
trafficstars

Git config supports multiple values for the same key. A real-world example:

git config --add url.https://github.com/.insteadof [email protected]:
git config --add url.https://github.com/.insteadof ssh://github.com/

parse-git-config doesn't seem to support this; it only parses the last value, dropping earlier ones.

cspotcode avatar Jul 31 '19 17:07 cspotcode