summaryrefslogtreecommitdiff
path: root/git/refs/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel2015-01-041-13/+1
|
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-8/+9
| | | | | There is more work to do though, as many imports are still incorrect. Also, there are still print statements
* tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel2014-02-091-1/+1
| | | | probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+21
adjusted