summaryrefslogtreecommitdiff
path: root/git/refs/head.py
Commit message (Collapse)AuthorAgeFilesLines
* Moved rev_parse code into gitdb, this probably broke pretty much here, which ↵Sebastian Thiel2011-04-291-4/+3
| | | | is still to be fixed of course
* Removed all parts of the reference implementation which doesn't require the ↵Sebastian Thiel2011-04-071-91/+11
| | | | git command. everything else was moved to GitDB. None of the tests is yet expected to run, although git-python should have less trouble getting the tests back up running than GitDB. plenty of code needs to be de-duplicated though in case of the tests, which will be some work
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+246
adjusted