summaryrefslogtreecommitdiff
path: root/gitdb/ref
Commit message (Expand)AuthorAgeFilesLines
* Removed plenty of code which went into git-python. This is just for completen...gitdbmergerSebastian Thiel2011-05-057-1203/+1
* First version with some working reference tests. The db implementation is sti...Sebastian Thiel2011-04-291-4/+4
* Renaemd odb to repo (once again) as references require a full repository with...Sebastian Thiel2011-04-297-140/+151
* Applied more fixes and an implementation for the RepositoryPathsMixin. This s...Sebastian Thiel2011-04-291-0/+1
* Added RepositoryPathMixin as well as ConfigurationMixin. The first mentioned ...Sebastian Thiel2011-04-262-10/+10
* Fixed reference tests - symbolic refs now need to be created with a git_dir()...Sebastian Thiel2011-04-262-16/+17
* Fixed ref test up to the point where there is an issue resolving objects in t...Sebastian Thiel2011-04-263-22/+22
* Added ref implementation and tried to fix it so that it has a chance of runni...Sebastian Thiel2011-04-077-0/+1226