| Commit message (Expand) | Author | Age | Files | Lines |
* | src: reduce needless deps to `gitdb.util` | Kostis Anagnostopoulos | 2016-10-16 | 1 | -16/+19 |
* | remote, #525: FIX BUG push-cmd misses error messages | Kostis Anagnostopoulos | 2016-10-14 | 1 | -6/+8 |
* | remote, #525: pump fetch-infos instead of GIL-read stderr | Kostis Anagnostopoulos | 2016-10-13 | 1 | -16/+10 |
* | daemon, #525: FIX remote urls in config-files | Kostis Anagnostopoulos | 2016-10-12 | 1 | -2/+2 |
* | remote, #528: Fix regression shadowing exceptions | Guyzmo | 2016-10-12 | 1 | -0/+2 |
* | remote, #528: fix prev cmt, Git<2.7 miss `get-url` | Kostis Anagnostopoulos | 2016-10-11 | 1 | -5/+17 |
* | remote, #528: Improved way of listing URLs | Guyzmo | 2016-10-11 | 1 | -3/+2 |
* | remote: unfix fetch-infos paring of 8a2f7dce4(pydev fixes) | Kostis Anagnostopoulos | 2016-10-11 | 1 | -2/+2 |
* | src: No PyDev warnings | Kostis Anagnostopoulos | 2016-10-04 | 1 | -4/+4 |
* | io, #519: ALL open() --> with open() | Kostis Anagnostopoulos | 2016-10-01 | 1 | -3/+2 |
* | Proc, #519: Rework error-exc msgs & log thread-pumps errors | Kostis Anagnostopoulos | 2016-09-28 | 1 | -2/+1 |
* | remote, #519: FIX1-of-2 double-decoding push-infos | Kostis Anagnostopoulos | 2016-09-28 | 1 | -1/+2 |
* | src: constify is_<platform>() calls | Kostis Anagnostopoulos | 2016-09-28 | 1 | -1/+1 |
* | src, #519: collect all is_<platform>() calls | Kostis Anagnostopoulos | 2016-09-27 | 1 | -10/+9 |
* | BF: allow for other section names which start with a string "remote" | Yaroslav Halchenko | 2016-09-23 | 1 | -1/+1 |
* | Allowed remotes to have no refs. | Phil Elson | 2016-08-19 | 1 | -1/+0 |
* | fix(remote): lazy PushInfo.old_commit initialization | Sebastian Thiel | 2016-06-20 | 1 | -4/+7 |
* | Fix for parsing non-ASCII chars in status lines | Vincent Driessen | 2016-06-14 | 1 | -1/+1 |
* | Merge pull request #446 from guyzmo/updating_remote_url_handling | Sebastian Thiel | 2016-06-14 | 1 | -0/+48 |
|\ |
|
| * | Switching the `urls` property to use `git remote show` instead of `git remote... | Guyzmo | 2016-06-08 | 1 | -4/+4 |
| * | Adding support for git remote set-url/get-url API to Remote | Guyzmo | 2016-06-08 | 1 | -0/+48 |
* | | fix(flake): misc whitespace fixes | Sebastian Thiel | 2016-06-14 | 1 | -1/+0 |
* | | fix(misc): various cleanup | Sebastian Thiel | 2016-06-13 | 1 | -19/+3 |
* | | Merge remote-tracking branch 'upstream/master' into pr-cmd-raise-with-stderr-... | Barry Scott | 2016-06-06 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix regex | Vincent Driessen | 2016-05-30 | 1 | -1/+1 |
* | | | Fix flake8 complaints | Barry Scott | 2016-05-30 | 1 | -2/+2 |
* | | | Return stderr lines from a pull() call that fails | Barry Scott | 2016-05-29 | 1 | -0/+4 |
* | | | Return all the stderr messge after an error is detected for pull() | Barry Scott | 2016-05-29 | 1 | -2/+17 |
|/ / |
|
* | | fix(remote): improve version check | Sebastian Thiel | 2016-05-29 | 1 | -2/+2 |
* | | fix(remote): Add CallableRemoteProgress | Sebastian Thiel | 2016-05-29 | 1 | -2/+3 |
* | | chore(misc): cleanup and docs | Sebastian Thiel | 2016-05-29 | 1 | -24/+17 |
* | | Merge remote-tracking branch 'upstream/master' | Barry Scott | 2016-05-28 | 1 | -12/+25 |
|\ \ |
|
| * | | Changing warning to debug logging, to avoid warning showing off when nothing'... | Guyzmo | 2016-05-26 | 1 | -1/+1 |
| |/ |
|
| * | fix(remote): py3 compatibility | Sebastian Thiel | 2016-05-26 | 1 | -2/+2 |
| * | fix(remote): py3 compatibility | Sebastian Thiel | 2016-05-26 | 1 | -2/+2 |
| * | fix(remote): use universal_newlines for fetch/push | Sebastian Thiel | 2016-05-26 | 1 | -4/+6 |
| * | fix(remote): real-time reading of lines from stderr | Sebastian Thiel | 2016-05-26 | 1 | -1/+1 |
| * | fix(remote): better array truncation logic | Sebastian Thiel | 2016-05-25 | 1 | -5/+9 |
| * | fix(remote): remove assertion in favour of runtime stability | Sebastian Thiel | 2016-05-25 | 1 | -4/+11 |
* | | The progress arg to push, pull, fetch and clone is now a python callable. | Barry Scott | 2016-05-28 | 1 | -5/+42 |
|/ |
|
* | Allow "@" sign in fetch output lines | Vincent Driessen | 2016-04-24 | 1 | -2/+1 |
* | Allow "$" sign in fetch output lines | Vincent Driessen | 2016-04-20 | 1 | -1/+1 |
* | Remove assertion over fetch refspec when explicitly specified | rrei | 2016-03-29 | 1 | -2/+6 |
* | fix(remote): asssertion message formatting | Sebastian Thiel | 2016-03-28 | 1 | -2/+3 |
* | chore(version): set to next patch release | Sebastian Thiel | 2016-02-11 | 1 | -1/+1 |
* | fix(cmd): prevent deadlock on clone/fetch/pull | Sebastian Thiel | 2016-02-07 | 1 | -2/+2 |
* | chore(flake8): unnused import | Sebastian Thiel | 2016-02-07 | 1 | -1/+1 |
* | fix(remote): assure only repository configuration | Sebastian Thiel | 2015-09-06 | 1 | -1/+1 |
* | fix(cmd): work with py3 | Sebastian Thiel | 2015-07-03 | 1 | -0/+1 |
* | fix(cmd): don't open stdout when fetching | Sebastian Thiel | 2015-07-03 | 1 | -5/+4 |