summaryrefslogtreecommitdiff
path: root/gitdb/test/test_refs.py
Commit message (Expand)AuthorAgeFilesLines
* Removed plenty of code which went into git-python. This is just for completen...gitdbmergerSebastian Thiel2011-05-051-20/+19
* Fixed remaining tests as far as possible/necessary before the actual work sta...fetch_n_pushSebastian Thiel2011-05-051-23/+24
* Moved plenty of code around to separate pure python implementation from futur...Sebastian Thiel2011-04-291-6/+2
* Applied more fixes and an implementation for the RepositoryPathsMixin. This s...Sebastian Thiel2011-04-291-1/+1
* Fixed reference tests - symbolic refs now need to be created with a git_dir()...Sebastian Thiel2011-04-261-8/+8
* Fixed ref test up to the point where there is an issue resolving objects in t...Sebastian Thiel2011-04-261-13/+16
* Fixed a few broken tests. test_refs is still not working as it needs more thr...Sebastian Thiel2011-04-251-2/+2
* Added ref implementation and tried to fix it so that it has a chance of runni...Sebastian Thiel2011-04-071-0/+523