summaryrefslogtreecommitdiff
path: root/git/repo/base.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Add progress tracking for git-clone.jez2011-06-071-6/+17
|
* git.repo.base: substituted all usages of the active_branch property with ↵Sebastian Thiel2011-01-171-4/+4
| | | | self.head.* in order to more safely get the current commit. active_branch would only work on non-detached heads
* Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel2010-11-251-0/+753
adjusted