summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Fixed urls, they changed after moving the repo to gitpython-developersSebastian Thiel2015-01-221-4/+4
|
* Added issuestats badges to readme fileSebastian Thiel2015-01-221-0/+2
|
* Added link to readthedocsSebastian Thiel2014-11-191-0/+1
|
* Added pypi badgesSebastian Thiel2014-11-141-0/+3
| | | | [ skip ci ]
* Fixed a few typos and major linter errorsSebastian Thiel2014-11-131-3/+1
|
* Initial improvements to get rid of the performance regression in py3.Sebastian Thiel2014-11-121-6/+1
| | | | | Byte buffer concatenations are considerably slower here for some reason. Also there was no need for the memorybuffer.
* Added coverage reporting.Sebastian Thiel2014-05-191-0/+87
In the process, I removed tox as it made things so much more complex for me.