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

Iterate over the config keys #395

Merged
merged 2 commits into from
Jul 24, 2014
Merged

Conversation

carlosmn
Copy link
Member

The first commit is something the change in the test brought up.

The config behaves like a dictionary with peculiar equality rules, so make it behave like a python dict when we iterate over it.

carlosmn added 2 commits July 24, 2014 18:43
This is what we do elsewhere, but this was missed.
At its core, the config is a key-value storage with peculiar key
equality rules. Make it behave more like a python dictionary and return
the key on iteration.
@jdavid jdavid merged commit 2a429aa into libgit2:master Jul 24, 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

Successfully merging this pull request may close these issues.

2 participants