aboutsummaryrefslogtreecommitdiff
path: root/git/remote.py
AgeCommit message (Expand)Author
2015-01-21removed debug codeissue-232-reproductionSebastian Thiel
2015-01-20Remote.fetch|pull() will not use poll/threads anymore as only stderr is read.Sebastian Thiel
2015-01-16Added debug code to keep lines fed into progress handler and the contents of ...Sebastian Thiel
2015-01-14Fixed some doc strings to build correctly with sphinxSebastian Thiel
2015-01-08Fixed PY3 support.Sebastian Thiel
2015-01-08Auto-update odb caches after fetch or pull.Sebastian Thiel
2015-01-08Added assertion to better detect diff issues.Sebastian Thiel
2015-01-08Added Remote.exists() method, and test. Fixes #229Sebastian Thiel
2015-01-08Improve error handling of fetch/pull line parsingSebastian Thiel
2015-01-07Fix flake8Sebastian Thiel
2015-01-07Implemented non-blocking operations using poll()Sebastian Thiel
2015-01-06test_remote worksSebastian Thiel
2015-01-05Intermediate commit: test_config and test_actor worksSebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2015-01-04Applied autopep8Sebastian Thiel
2015-01-03Reduced hackyness of remote reference parsing.Sebastian Thiel
2015-01-03Various fixes and improvementsSebastian Thiel
2015-01-02[IMP] branch names may contain '#' charactersThomas Rehn
2014-11-19Applied autopep8Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
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