aboutsummaryrefslogtreecommitdiff
path: root/git/remote.py
AgeCommit message (Expand)Author
2016-05-26fix(remote): use universal_newlines for fetch/pushSebastian Thiel
2016-05-26fix(remote): real-time reading of lines from stderrSebastian Thiel
2016-05-25fix(remote): better array truncation logicSebastian Thiel
2016-05-25fix(remote): remove assertion in favour of runtime stabilitySebastian Thiel
2016-04-24Allow "@" sign in fetch output linesVincent Driessen
2016-04-20Allow "$" sign in fetch output linesVincent Driessen
2016-03-29Remove assertion over fetch refspec when explicitly specifiedrrei
2016-03-28fix(remote): asssertion message formattingSebastian Thiel
2016-02-11chore(version): set to next patch releaseSebastian Thiel
2016-02-07fix(cmd): prevent deadlock on clone/fetch/pullSebastian Thiel
2016-02-07chore(flake8): unnused importSebastian Thiel
2015-09-06fix(remote): assure only repository configurationSebastian Thiel
2015-07-03fix(cmd): work with py3Sebastian Thiel
2015-07-03fix(cmd): don't open stdout when fetchingSebastian Thiel
2015-07-03test(remote): make assertion less verboseSebastian Thiel
2015-06-10fix(remote): assert fetch respec is setSebastian Thiel
2015-06-10fix(remote): don't close stdout on fetch/pullSebastian Thiel
2015-06-08While parsing errors, also detecting lines starting with error:Victor Garcia
2015-04-08fix(remote): allow to raise during push/fetchSebastian Thiel
2015-02-21Fixed trailing white space!Sebastian Thiel
2015-02-21`stale_refs()` may now also handle other kinds of references, like tags.Sebastian Thiel
2015-02-21Added 'insert_kwargs_after' flag for consumption by _call_process.Sebastian Thiel
2015-01-30Remote.update() didn't pass kwargs along to git command.Sebastian Thiel
2015-01-22Merge branch 'master' into teeberg-masterSebastian Thiel
2015-01-22Fetch now deals with custom refspecs much better.Sebastian Thiel
2015-01-22Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel
2015-01-21Fix some typosJonas Trappenberg
2015-01-21Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel
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