summaryrefslogtreecommitdiff
path: root/gitdb/ref/headref.py
Commit message (Collapse)AuthorAgeFilesLines
* Renaemd odb to repo (once again) as references require a full repository ↵Sebastian Thiel2011-04-291-0/+84
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