summaryrefslogtreecommitdiff
path: root/git/index/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel2015-01-041-1/+1
|
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-2/+4
| | | | | There is more work to do though, as many imports are still incorrect. Also, there are still print statements
* pep8 linting (whitespaces)Antoine Musso2014-11-161-1/+1
| | | | | | | | | | | W191 indentation contains tabs E221 multiple spaces before operator E222 multiple spaces after operator E225 missing whitespace around operator E271 multiple spaces after keyword W292 no newline at end of file W293 blank line contains whitespace W391 blank line at end of file
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+4
adjusted