aboutsummaryrefslogtreecommitdiff
path: root/git/repo
AgeCommit message (Collapse)Author
2011-06-07Add progress tracking for git-clone.jez
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
2011-01-17git.repo.base: substituted all usages of the active_branch property with ↵Sebastian Thiel
self.head.* in order to more safely get the current commit. active_branch would only work on non-detached heads
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted