summaryrefslogtreecommitdiff
path: root/git/refs/log.py
Commit message (Collapse)AuthorAgeFilesLines
* tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel2014-02-091-272/+272
| | | | probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
* Fixed critical issue that would cause a string to be passed to methods that ↵Sebastian Thiel2011-06-081-1/+1
| | | | expect a stream
* log: non-existing logs no longer throw an exception, but are ignored. Fixed ↵Sebastian Thiel2011-06-081-1/+7
| | | | critical bug which caused packed-ref files to be written with native line endings, which made git fail to parse it. I wonder why I never noticed this before, or ignored it. Unbelievable \!
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+282
adjusted