aboutsummaryrefslogtreecommitdiff
path: root/git/repo/base.py
AgeCommit message (Collapse)Author
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's ↵Sebastian Thiel
probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
2011-07-18Fixed consecutive lines with same blame info not appearing in blame.Mark Nevill
This fixes a bug when parsing blame -p output: Full commit info headers only appear for the first line from a particular commit, but other lines were ignored as the blame info dict was reset after each line. This patch handles both multiple consecutive lines from a commit and interleaved lines from multiple commits.
2011-06-07Added conditional usage of the --progress flag to all relevant methods, that ↵Sebastian Thiel
is push, fetch, pull and clone. This allows progress information to be sent in newer git versions without breaking older ones (ideally)
2011-06-07Add progress tracking for git-clone.jez
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