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

git config --get-all not supported #66

Closed
masukomi opened this issue May 6, 2011 · 1 comment
Closed

git config --get-all not supported #66

masukomi opened this issue May 6, 2011 · 1 comment

Comments

@masukomi
Copy link

masukomi commented May 6, 2011

Maybe I'm missing something obvious but it appears that Config.fetch does not support the ability to pull back an array of values like you would get with the --get-all option to git config and there is no other method that supports it.

Suggestion: add a fetch_all method that always returns an array (potentially empty if there are no matching keys)

@bkeepers
Copy link
Collaborator

bkeepers commented Feb 3, 2014

Grit is no longer maintained. See #183 and check out libgit2/rugged.

@bkeepers bkeepers closed this as completed Feb 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants