summaryrefslogtreecommitdiff
path: root/git/remote.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/sstancu/GitPython into sstancu-ma...Sebastian Thiel2019-07-201-4/+3
|\
| * Ensure git remote urls (multiple) are read from the correct git repo configStefan Stancu2019-04-051-4/+3
* | Added a Dockerfile that creates a clean Ubuntu Xenial test environmentJames E. King III2019-05-051-0/+2
|/
* Remove unnecessary list comprehension - 'any' can take a generatorHugo2018-03-181-1/+1
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-1/+1
* RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko2017-11-271-3/+5
* Further update for machines without ssh installed or on the pathRichard C Gerkin2017-11-051-1/+1
* Update remote.py to fix issue #694Richard C Gerkin2017-11-051-4/+12
* Merge branch 'master' into adding_setup_for_git_executableSebastian Thiel2017-09-281-3/+4
|\
| * Merge pull request #649 from OddBloke/hide_re_fetch_resultSebastian Thiel2017-09-281-2/+2
| |\
| | * FetchInfo.re_fetch_result has no reason to be publicDaniel Watkins2017-07-281-2/+2
| * | Merge pull request #654 from vathpela/worktreesSebastian Thiel2017-09-281-1/+1
| |\ \
| | * | worktrees: make non-packed refs also work correctly.Peter Jones2017-08-221-1/+1
| | |/
| * | BF: Added missing NullHandler to logger in git.remoteBenjamin Poldrack2017-09-211-0/+1
| |/
* | Minor additional cleanupOdegard, Ken2017-07-251-1/+2
* | Moved setup function into top level __init__Odegard, Ken2017-07-091-10/+30
|/
* remote: compatibility with git version > 2.10wusisu2017-05-291-2/+7
* Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-04-091-2/+2
* fix(remote): assemble exception message completelySebastian Thiel2017-02-251-2/+2
* fix(remote): set_url() uses correct argument orderSebastian Thiel2016-12-221-1/+1
* Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-221-16/+19
|\
| * src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-161-16/+19
* | Fix some typosSantiago Castro2016-10-201-5/+5
|/
* remote, #525: FIX BUG push-cmd misses error messagesKostis Anagnostopoulos2016-10-141-6/+8
* remote, #525: pump fetch-infos instead of GIL-read stderrKostis Anagnostopoulos2016-10-131-16/+10
* daemon, #525: FIX remote urls in config-filesKostis Anagnostopoulos2016-10-121-2/+2
* remote, #528: Fix regression shadowing exceptionsGuyzmo2016-10-121-0/+2
* remote, #528: fix prev cmt, Git<2.7 miss `get-url`Kostis Anagnostopoulos2016-10-111-5/+17
* remote, #528: Improved way of listing URLsGuyzmo2016-10-111-3/+2
* remote: unfix fetch-infos paring of 8a2f7dce4(pydev fixes)Kostis Anagnostopoulos2016-10-111-2/+2
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-4/+4
* io, #519: ALL open() --> with open()Kostis Anagnostopoulos2016-10-011-3/+2
* Proc, #519: Rework error-exc msgs & log thread-pumps errorsKostis Anagnostopoulos2016-09-281-2/+1
* remote, #519: FIX1-of-2 double-decoding push-infosKostis Anagnostopoulos2016-09-281-1/+2
* src: constify is_<platform>() callsKostis Anagnostopoulos2016-09-281-1/+1
* src, #519: collect all is_<platform>() callsKostis Anagnostopoulos2016-09-271-10/+9
* BF: allow for other section names which start with a string "remote"Yaroslav Halchenko2016-09-231-1/+1
* Allowed remotes to have no refs.Phil Elson2016-08-191-1/+0
* fix(remote): lazy PushInfo.old_commit initializationSebastian Thiel2016-06-201-4/+7
* Fix for parsing non-ASCII chars in status linesVincent Driessen2016-06-141-1/+1
* Merge pull request #446 from guyzmo/updating_remote_url_handlingSebastian Thiel2016-06-141-0/+48
|\
| * Switching the `urls` property to use `git remote show` instead of `git remote...Guyzmo2016-06-081-4/+4
| * Adding support for git remote set-url/get-url API to RemoteGuyzmo2016-06-081-0/+48
* | fix(flake): misc whitespace fixesSebastian Thiel2016-06-141-1/+0
* | fix(misc): various cleanupSebastian Thiel2016-06-131-19/+3
* | Merge remote-tracking branch 'upstream/master' into pr-cmd-raise-with-stderr-...Barry Scott2016-06-061-1/+1
|\ \
| * | Fix regexVincent Driessen2016-05-301-1/+1
* | | Fix flake8 complaintsBarry Scott2016-05-301-2/+2
* | | Return stderr lines from a pull() call that failsBarry Scott2016-05-291-0/+4
* | | Return all the stderr messge after an error is detected for pull()Barry Scott2016-05-291-2/+17
|/ /