summaryrefslogtreecommitdiff
path: root/gitdb/config.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a few broken tests. test_refs is still not working as it needs more ↵Sebastian Thiel2011-04-251-0/+421
throrough changes based on the interfaces actually available in gitdb. This should work though as all references have iter_* methods which do the actual work. Added git config parser to the mix, including working test - the module is not very interdependent, fortunately.