aboutsummaryrefslogtreecommitdiff
path: root/git/remote.py
AgeCommit message (Expand)Author
2014-11-15Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel
2014-07-03Support multiple refspecs in fetch.Robert Collins
2014-06-04HACK: Removed assertion just to be a bit less annoyed by constant failSebastian Thiel
2014-05-16Fix for #142. Simply ignores lines that begin with ' ='Derek D. Fedel
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2013-10-09[#5330] Ensure wait() is called on git processesCory Johns
2012-07-24Fixed typo which for some reason came in unnoticedSebastian Thiel
2012-01-10Ignore progress lines from the git http backend that start w/ POST ...Greg Soltis
2011-07-04Fetch info can now deal much better with non-default ref specs, fixes #24, #25Sebastian Thiel
2011-07-04Fixes #23Sebastian Thiel
2011-06-13Made remote line parsing more stable. On windows it can be that we encounter ...Sebastian Thiel
2011-06-07Added conditional usage of the --progress flag to all relevant methods, that ...Sebastian Thiel
2011-06-07Add progress tracking for git-clone.jez
2010-12-01Submodule tests are functional once again.Sebastian Thiel
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 adju...Sebastian Thiel