summaryrefslogtreecommitdiff
path: root/git/odict.py
Commit message (Collapse)AuthorAgeFilesLines
* Autopep8 fixes with maximum line length 120Craig Northway2014-07-251-141/+278
|
* Started to fix imports - tests still have no chance to work as database ↵Sebastian Thiel2011-05-061-3/+1370
| | | | changed drastically. Now the actual work begins
* replaced all gitdb strings with gitSebastian Thiel2011-05-061-1/+1
|
* configparser is now part of gitdb. Test still remains until it was replaced ↵Sebastian Thiel2011-04-251-1374/+2
| | | | by its gitdb counterpart through inheritance. All items which are part of gitdb but used by gitpython need their own verification within gitpython
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+1399
adjusted