aboutsummaryrefslogtreecommitdiff
path: root/git/remote.py
AgeCommit message (Expand)Author
2018-03-18Remove unnecessary list comprehension - 'any' can take a generatorHugo
2018-03-18Rewrite unnecessary dict/list/tuple calls as literalsHugo
2017-11-27RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko
2017-11-05Further update for machines without ssh installed or on the pathRichard C Gerkin
2017-11-05Update remote.py to fix issue #694Richard C Gerkin
2017-09-28Merge branch 'master' into adding_setup_for_git_executableSebastian Thiel
2017-09-28Merge pull request #649 from OddBloke/hide_re_fetch_resultSebastian Thiel
2017-09-28Merge pull request #654 from vathpela/worktreesSebastian Thiel
2017-09-21BF: Added missing NullHandler to logger in git.remoteBenjamin Poldrack
2017-08-22worktrees: make non-packed refs also work correctly.Peter Jones
2017-07-28FetchInfo.re_fetch_result has no reason to be publicDaniel Watkins
2017-07-25Minor additional cleanupOdegard, Ken
2017-07-09Moved setup function into top level __init__Odegard, Ken
2017-05-29remote: compatibility with git version > 2.10wusisu
2017-04-09Python 3.6 invalid escape sequence deprecation fixesVille Skyttä
2017-02-25fix(remote): assemble exception message completelySebastian Thiel
2016-12-22fix(remote): set_url() uses correct argument orderSebastian Thiel
2016-10-22Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel
2016-10-20Fix some typosSantiago Castro
2016-10-16src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos
2016-10-14remote, #525: FIX BUG push-cmd misses error messagesKostis Anagnostopoulos
2016-10-13remote, #525: pump fetch-infos instead of GIL-read stderrKostis Anagnostopoulos
2016-10-12daemon, #525: FIX remote urls in config-filesKostis Anagnostopoulos
2016-10-12remote, #528: Fix regression shadowing exceptionsGuyzmo
2016-10-11remote, #528: fix prev cmt, Git<2.7 miss `get-url`Kostis Anagnostopoulos
2016-10-11remote, #528: Improved way of listing URLsGuyzmo
2016-10-11remote: unfix fetch-infos paring of 8a2f7dce4(pydev fixes)Kostis Anagnostopoulos
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2016-10-01io, #519: ALL open() --> with open()Kostis Anagnostopoulos
2016-09-28Proc, #519: Rework error-exc msgs & log thread-pumps errorsKostis Anagnostopoulos
2016-09-28remote, #519: FIX1-of-2 double-decoding push-infosKostis Anagnostopoulos
2016-09-28src: constify is_<platform>() callsKostis Anagnostopoulos
2016-09-27src, #519: collect all is_<platform>() callsKostis Anagnostopoulos
2016-09-23BF: allow for other section names which start with a string "remote"Yaroslav Halchenko
2016-08-19Allowed remotes to have no refs.Phil Elson
2016-06-20fix(remote): lazy PushInfo.old_commit initializationSebastian Thiel
2016-06-14Fix for parsing non-ASCII chars in status linesVincent Driessen
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