aboutsummaryrefslogtreecommitdiff
path: root/git/repo/fun.py
AgeCommit message (Collapse)Author
2011-05-30Finished moving all repository methods to the respective interfaces and ↵Sebastian Thiel
implementations. It seems theoretically work together now, although it clearly is much more complex than ever before. The repo package was slimmed down to being a module once again, which is only there for compatability actually
2011-05-06replaced all gitdb strings with gitSebastian Thiel
2011-04-29Moved rev_parse code into gitdb, this probably broke pretty much here, which ↵Sebastian Thiel
is still to be fixed of course
2011-02-23Fixed incorrect handling of rev_parse if it was fed with branches that ↵Sebastian Thiel
looked like hexshas. Thanks to Ning (frostyplanet) who pointed this issue out
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted