summaryrefslogtreecommitdiff
path: root/gitdb/config.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed plenty of code which went into git-python. This is just for ↵gitdbmergerSebastian Thiel2011-05-051-411/+0
| | | | completeness, gitdb doesn't need to be worked on anymore
* 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.