summaryrefslogtreecommitdiff
path: root/git/test/refs/test_reflog.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed critical issue that would cause a string to be passed to methods that ↵Sebastian Thiel2011-06-081-3/+1
| | | | expect a stream
* pre-emptively moved all reference related tests into own package, to ↵Sebastian Thiel2011-06-081-0/+102
resemble their actual location a little more. Renamed test_git to test_cmd as it tests the git cmd located in git.cmd (not in git.git)