summaryrefslogtreecommitdiff
path: root/gitdb/ref/reference.py
Commit message (Collapse)AuthorAgeFilesLines
* Renaemd odb to repo (once again) as references require a full repository ↵Sebastian Thiel2011-04-291-2/+3
| | | | with reference support, as opposed to a plain odb which objects are already happy with. Tests now work up to the point where a rev-parse is required. This could be helped, but revparse could also be implemented somewhere which was the reason for pulling in so much code in the first place
* Added ref implementation and tried to fix it so that it has a chance of ↵Sebastian Thiel2011-04-071-0/+81
running. Currently it requires an object implementation which will be ported next. None of the tests is expected to run yet.