aboutsummaryrefslogtreecommitdiff
path: root/git/remote.py
AgeCommit message (Expand)Author
2020-07-13Fixed all warnings in documentation and updated Makefile to treat warnings as...Kian Cross
2020-06-13Fix exception causes in 7 modulesRam Rachum
2020-05-31BF: tollerate errors while parsing fetch linesYaroslav Halchenko
2020-05-28Fix flake8 errorsSebastian Thiel
2020-05-28Improve unfortunate wordingSebastian Thiel
2020-04-11Remove forced verbosity when fetching from a remoteNico
2019-10-24Fix #820JJ Graham
2019-10-15removed Unnecessary “else” after “return”Pratik Anurag
2019-10-15removed trailing whitespacesPratik Anurag
2019-10-15removed trailing whitespacesPratik Anurag
2019-10-15renamed unused varsPratik Anurag
2019-10-15renamed unused variablesPratik Anurag
2019-09-28add type check to git.Remote.__eq__Tzu-ting
2019-09-28Parse rejected deletes.Uri Baghin
2019-07-20Merge branch 'master' of https://github.com/sstancu/GitPython into sstancu-ma...Sebastian Thiel
2019-05-05Added a Dockerfile that creates a clean Ubuntu Xenial test environmentJames E. King III
2019-04-05Ensure git remote urls (multiple) are read from the correct git repo configStefan Stancu
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