Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not support multiple values #12

Open
cspotcode opened this issue Jul 31, 2019 · 0 comments
Open

Does not support multiple values #12

cspotcode opened this issue Jul 31, 2019 · 0 comments
Labels

Comments

@cspotcode
Copy link

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

git config --add url.https://github.com/.insteadof git@github.com:
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants