| Age | Commit message (Expand) | Author |
| 2017-05-29 | remote: compatibility with git version > 2.10 | wusisu |
| 2017-04-09 | Python 3.6 invalid escape sequence deprecation fixes | Ville Skyttä |
| 2017-02-25 | fix(remote): assemble exception message completely | Sebastian Thiel |
| 2016-12-22 | fix(remote): set_url() uses correct argument order | Sebastian Thiel |
| 2016-10-22 | Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-... | Sebastian Thiel |
| 2016-10-20 | Fix some typos | Santiago Castro |
| 2016-10-16 | src: reduce needless deps to `gitdb.util` | Kostis Anagnostopoulos |
| 2016-10-14 | remote, #525: FIX BUG push-cmd misses error messages | Kostis Anagnostopoulos |
| 2016-10-13 | remote, #525: pump fetch-infos instead of GIL-read stderr | Kostis Anagnostopoulos |
| 2016-10-12 | daemon, #525: FIX remote urls in config-files | Kostis Anagnostopoulos |
| 2016-10-12 | remote, #528: Fix regression shadowing exceptions | Guyzmo |
| 2016-10-11 | remote, #528: fix prev cmt, Git<2.7 miss `get-url` | Kostis Anagnostopoulos |
| 2016-10-11 | remote, #528: Improved way of listing URLs | Guyzmo |
| 2016-10-11 | remote: unfix fetch-infos paring of 8a2f7dce4(pydev fixes) | Kostis Anagnostopoulos |
| 2016-10-04 | src: No PyDev warnings | Kostis Anagnostopoulos |
| 2016-10-01 | io, #519: ALL open() --> with open() | Kostis Anagnostopoulos |
| 2016-09-28 | Proc, #519: Rework error-exc msgs & log thread-pumps errors | Kostis Anagnostopoulos |
| 2016-09-28 | remote, #519: FIX1-of-2 double-decoding push-infos | Kostis Anagnostopoulos |
| 2016-09-28 | src: constify is_<platform>() calls | Kostis Anagnostopoulos |
| 2016-09-27 | src, #519: collect all is_<platform>() calls | Kostis Anagnostopoulos |
| 2016-09-23 | BF: allow for other section names which start with a string "remote" | Yaroslav Halchenko |
| 2016-08-19 | Allowed remotes to have no refs. | Phil Elson |
| 2016-06-20 | fix(remote): lazy PushInfo.old_commit initialization | Sebastian Thiel |
| 2016-06-14 | Fix for parsing non-ASCII chars in status lines | Vincent Driessen |
| 2016-06-14 | Merge pull request #446 from guyzmo/updating_remote_url_handling | Sebastian Thiel |
| 2016-06-14 | fix(flake): misc whitespace fixes | Sebastian Thiel |
| 2016-06-13 | fix(misc): various cleanup | Sebastian Thiel |
| 2016-06-08 | Switching the `urls` property to use `git remote show` instead of `git remote... | Guyzmo |
| 2016-06-08 | Adding support for git remote set-url/get-url API to Remote | Guyzmo |
| 2016-06-06 | Merge remote-tracking branch 'upstream/master' into pr-cmd-raise-with-stderr-... | Barry Scott |
| 2016-05-30 | Fix regex | Vincent Driessen |
| 2016-05-30 | Fix flake8 complaints | Barry Scott |
| 2016-05-29 | Return stderr lines from a pull() call that fails | Barry Scott |
| 2016-05-29 | Return all the stderr messge after an error is detected for pull() | Barry Scott |
| 2016-05-29 | fix(remote): improve version check | Sebastian Thiel |
| 2016-05-29 | fix(remote): Add CallableRemoteProgress | Sebastian Thiel |
| 2016-05-29 | chore(misc): cleanup and docs | Sebastian Thiel |
| 2016-05-28 | Merge remote-tracking branch 'upstream/master' | Barry Scott |
| 2016-05-28 | The progress arg to push, pull, fetch and clone is now a python callable. | Barry Scott |
| 2016-05-26 | Changing warning to debug logging, to avoid warning showing off when nothing'... | Guyzmo |
| 2016-05-26 | fix(remote): py3 compatibility | Sebastian Thiel |
| 2016-05-26 | fix(remote): py3 compatibility | Sebastian Thiel |
| 2016-05-26 | fix(remote): use universal_newlines for fetch/push | Sebastian Thiel |
| 2016-05-26 | fix(remote): real-time reading of lines from stderr | Sebastian Thiel |
| 2016-05-25 | fix(remote): better array truncation logic | Sebastian Thiel |
| 2016-05-25 | fix(remote): remove assertion in favour of runtime stability | Sebastian Thiel |
| 2016-04-24 | Allow "@" sign in fetch output lines | Vincent Driessen |
| 2016-04-20 | Allow "$" sign in fetch output lines | Vincent Driessen |
| 2016-03-29 | Remove assertion over fetch refspec when explicitly specified | rrei |
| 2016-03-28 | fix(remote): asssertion message formatting | Sebastian Thiel |