summaryrefslogtreecommitdiff
path: root/git/test/refs
Commit message (Collapse)AuthorAgeFilesLines
* Autopep8 fixes with maximum line length 120Craig Northway2014-07-253-136/+135
|
* tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵Sebastian Thiel2014-02-092-607/+607
| | | | Needs plenty of work
* refs: added constructor flag to allow refs to be instatiated from any path, ↵Sebastian Thiel2011-07-041-0/+5
| | | | including simple test
* Fixed critical issue that would cause a string to be passed to methods that ↵Sebastian Thiel2011-06-081-3/+1
| | | | expect a stream
* symbolic reference handles different types for comparison more gracefully. ↵Sebastian Thiel2011-06-081-1/+9
| | | | Fixed possible issue in test_refs, which occurred in 0.3 previously
* pre-emptively moved all reference related tests into own package, to ↵Sebastian Thiel2011-06-083-0/+630
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)