summaryrefslogtreecommitdiff
path: root/git/remote.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | fix(remote): improve version checkSebastian Thiel2016-05-291-2/+2
* | fix(remote): Add CallableRemoteProgressSebastian Thiel2016-05-291-2/+3
* | chore(misc): cleanup and docsSebastian Thiel2016-05-291-24/+17
* | Merge remote-tracking branch 'upstream/master'Barry Scott2016-05-281-12/+25
|\ \
| * | Changing warning to debug logging, to avoid warning showing off when nothing'...Guyzmo2016-05-261-1/+1
| |/
| * fix(remote): py3 compatibilitySebastian Thiel2016-05-261-2/+2
| * fix(remote): py3 compatibilitySebastian Thiel2016-05-261-2/+2
| * fix(remote): use universal_newlines for fetch/pushSebastian Thiel2016-05-261-4/+6
| * fix(remote): real-time reading of lines from stderrSebastian Thiel2016-05-261-1/+1
| * fix(remote): better array truncation logicSebastian Thiel2016-05-251-5/+9
| * fix(remote): remove assertion in favour of runtime stabilitySebastian Thiel2016-05-251-4/+11
* | The progress arg to push, pull, fetch and clone is now a python callable.Barry Scott2016-05-281-5/+42
|/
* Allow "@" sign in fetch output linesVincent Driessen2016-04-241-2/+1
* Allow "$" sign in fetch output linesVincent Driessen2016-04-201-1/+1
* Remove assertion over fetch refspec when explicitly specifiedrrei2016-03-291-2/+6
* fix(remote): asssertion message formattingSebastian Thiel2016-03-281-2/+3
* chore(version): set to next patch releaseSebastian Thiel2016-02-111-1/+1
* fix(cmd): prevent deadlock on clone/fetch/pullSebastian Thiel2016-02-071-2/+2
* chore(flake8): unnused importSebastian Thiel2016-02-071-1/+1
* fix(remote): assure only repository configurationSebastian Thiel2015-09-061-1/+1
* fix(cmd): work with py3Sebastian Thiel2015-07-031-0/+1
* fix(cmd): don't open stdout when fetchingSebastian Thiel2015-07-031-5/+4
* test(remote): make assertion less verboseSebastian Thiel2015-07-031-2/+3