aboutsummaryrefslogtreecommitdiff
path: root/git/remote.py
AgeCommit message (Collapse)Author
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
2010-12-01Submodule tests are functional once again.Sebastian Thiel
remote: Fixed bug that was caused by the unchecked deletion of an uncached attribute which did not necessarily exist
2010-11-30remote: fixed incorrect call signature when instantiating GitCommandErrorSebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be ↵Sebastian Thiel
adjusted