| Age | Commit message (Expand) | Author |
| 2020-07-13 | Fixed all warnings in documentation and updated Makefile to treat warnings as... | Kian Cross |
| 2020-06-13 | Fix exception causes in 7 modules | Ram Rachum |
| 2020-05-31 | BF: tollerate errors while parsing fetch lines | Yaroslav Halchenko |
| 2020-05-28 | Fix flake8 errors | Sebastian Thiel |
| 2020-05-28 | Improve unfortunate wording | Sebastian Thiel |
| 2020-04-11 | Remove forced verbosity when fetching from a remote | Nico |
| 2019-10-24 | Fix #820 | JJ Graham |
| 2019-10-15 | removed Unnecessary “else” after “return” | Pratik Anurag |
| 2019-10-15 | removed trailing whitespaces | Pratik Anurag |
| 2019-10-15 | removed trailing whitespaces | Pratik Anurag |
| 2019-10-15 | renamed unused vars | Pratik Anurag |
| 2019-10-15 | renamed unused variables | Pratik Anurag |
| 2019-09-28 | add type check to git.Remote.__eq__ | Tzu-ting |
| 2019-09-28 | Parse rejected deletes. | Uri Baghin |
| 2019-07-20 | Merge branch 'master' of https://github.com/sstancu/GitPython into sstancu-ma... | Sebastian Thiel |
| 2019-05-05 | Added a Dockerfile that creates a clean Ubuntu Xenial test environment | James E. King III |
| 2019-04-05 | Ensure git remote urls (multiple) are read from the correct git repo config | Stefan Stancu |
| 2018-03-18 | Remove unnecessary list comprehension - 'any' can take a generator | Hugo |
| 2018-03-18 | Rewrite unnecessary dict/list/tuple calls as literals | Hugo |
| 2017-11-27 | RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT | Yaroslav Halchenko |
| 2017-11-05 | Further update for machines without ssh installed or on the path | Richard C Gerkin |
| 2017-11-05 | Update remote.py to fix issue #694 | Richard C Gerkin |
| 2017-09-28 | Merge branch 'master' into adding_setup_for_git_executable | Sebastian Thiel |
| 2017-09-28 | Merge pull request #649 from OddBloke/hide_re_fetch_result | Sebastian Thiel |
| 2017-09-28 | Merge pull request #654 from vathpela/worktrees | Sebastian Thiel |
| 2017-09-21 | BF: Added missing NullHandler to logger in git.remote | Benjamin Poldrack |
| 2017-08-22 | worktrees: make non-packed refs also work correctly. | Peter Jones |
| 2017-07-28 | FetchInfo.re_fetch_result has no reason to be public | Daniel Watkins |
| 2017-07-25 | Minor additional cleanup | Odegard, Ken |
| 2017-07-09 | Moved setup function into top level __init__ | Odegard, Ken |
| 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 |