aboutsummaryrefslogtreecommitdiff
path: root/git/remote.py
AgeCommit message (Expand)Author
2016-06-14Merge pull request #446 from guyzmo/updating_remote_url_handlingSebastian Thiel
2016-06-14fix(flake): misc whitespace fixesSebastian Thiel
2016-06-13fix(misc): various cleanupSebastian Thiel
2016-06-08Switching the `urls` property to use `git remote show` instead of `git remote...Guyzmo
2016-06-08Adding support for git remote set-url/get-url API to RemoteGuyzmo
2016-06-06Merge remote-tracking branch 'upstream/master' into pr-cmd-raise-with-stderr-...Barry Scott
2016-05-30Fix regexVincent Driessen
2016-05-30Fix flake8 complaintsBarry Scott
2016-05-29Return stderr lines from a pull() call that failsBarry Scott
2016-05-29Return all the stderr messge after an error is detected for pull()Barry Scott
2016-05-29fix(remote): improve version checkSebastian Thiel
2016-05-29fix(remote): Add CallableRemoteProgressSebastian Thiel
2016-05-29chore(misc): cleanup and docsSebastian Thiel
2016-05-28Merge remote-tracking branch 'upstream/master'Barry Scott
2016-05-28The progress arg to push, pull, fetch and clone is now a python callable.Barry Scott
2016-05-26Changing warning to debug logging, to avoid warning showing off when nothing'...Guyzmo
2016-05-26fix(remote): py3 compatibilitySebastian Thiel
2016-05-26fix(remote): py3 compatibilitySebastian Thiel
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