| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |/
|/|
| |
| | |
probably a good idea to go a little more pep8 (and fix sins of my youth ;) )
|
|/
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
is push, fetch, pull and clone. This allows progress information to be sent in newer git versions without breaking older ones (ideally)
|
| |
|
|
|
|
| |
self.head.* in order to more safely get the current commit. active_branch would only work on non-detached heads
|
|
adjusted
|