aboutsummaryrefslogtreecommitdiff
path: root/git/refs/log.py
AgeCommit message (Collapse)Author
2014-03-24correct log referencefirm1
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel
probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
2011-06-08Fixed critical issue that would cause a string to be passed to methods that ↵Sebastian Thiel
expect a stream
2011-06-08log: non-existing logs no longer throw an exception, but are ignored. Fixed ↵Sebastian Thiel
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 \!
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted