| Age | Commit message (Expand) | Author |
| 2020-02-08 | Remove unnecessary check for PermissionError for Python < 3.3 | Harmon |
| 2020-02-08 | Remove and replace compat.string_types | Harmon |
| 2020-02-08 | Remove checks for Python 2 and/or 3 | Harmon |
| 2020-02-08 | Remove and replace compat.unicode | Harmon |
| 2019-10-29 | Merge branch 'fix/deepsource-issues' of https://github.com/imkaka/GitPython i... | Sebastian Thiel |
| 2019-10-28 | Fix #920 | Victor Luzgin |
| 2019-10-23 | Merge branch 'master' into fix/deepsource-issues | Anil Khatri |
| 2019-10-23 | silenced iter returns a non-iterator | Anil Khatri |
| 2019-10-23 | Added exception handling for WinError6 | Ben Thayer |
| 2019-10-21 | Initial stab at fixing diffs involving submodule changes | JJ Graham |
| 2019-10-17 | Update cmd.py | Abhishek Kumar Singh |
| 2019-10-17 | Fixed#731 | Abhishek Kumar Singh |
| 2019-10-15 | removed Unnecessary pass statement | Pratik Anurag |
| 2019-07-29 | Fix Git.transform_kwarg | František Nečas |
| 2019-05-05 | Added a Dockerfile that creates a clean Ubuntu Xenial test environment | James E. King III |
| 2019-05-05 | Update cmd.py, fix PermissionError issue using best practices | cclauss |
| 2019-05-05 | Fix setup.py and use of requirements files. | James E. King III |
| 2018-12-22 | Fix docstring in cmd module | Derek |
| 2018-08-05 | Exclude kwarg when None | Andrew Rabert |
| 2018-08-05 | Fix TypeError in git.execute(..., output_stream=file) | Dmitry Nikulin |
| 2018-05-18 | 648 max_chunk_size can be now set to control output_stream behavior | Piotr Babij |
| 2018-03-18 | Unnecessary generator - rewrite as a dict comprehension | Hugo |
| 2018-03-18 | Rewrite unnecessary dict/list/tuple calls as literals | Hugo |
| 2018-03-18 | Replace function call with set literal | Hugo |
| 2018-03-18 | Drop support for EOL Python 2.6 | Hugo |
| 2017-10-05 | Fix encoding issue with stderr_value and kill_after_timeout | Paul Belanger |
| 2017-09-28 | Merge branch 'master' into master | Sebastian Thiel |
| 2017-09-28 | Merge branch 'master' into master | Sebastian Thiel |
| 2017-09-28 | Merge branch 'master' into adding_setup_for_git_executable | Sebastian Thiel |
| 2017-08-25 | util: move expand_path from repo/base and use it in Git class init | Alexis Horgix Chotard |
| 2017-07-26 | Minor bug fixes | Odegard, Ken |
| 2017-07-25 | Minor additional cleanup | Odegard, Ken |
| 2017-07-19 | implemented per-call environment variable support | Anson Mansfield |
| 2017-07-13 | Renamed GIT_PYTHON_INITERR to GIT_PYTHON_REFRESH | Odegard, Ken |
| 2017-07-13 | Removed remaining references to git.setup function | Odegard, Ken |
| 2017-07-13 | Expanded ability of import | Odegard, Ken |
| 2017-07-09 | Added ability to silence initial warning | Odegard, Ken |
| 2017-07-09 | Moved setup function into top level __init__ | Odegard, Ken |
| 2017-07-09 | Preliminary implementation of setup/refresh functions | Odegard, Ken |
| 2017-03-09 | Spelling fixes | Ville Skyttä |
| 2017-02-25 | Merge pull request #582 from gitpython-developers/no_devnull_open | Sebastian Thiel |
| 2017-02-25 | Merge pull request #555 from ankostis/cntxtmman | Sebastian Thiel |
| 2017-02-25 | fix(cmd): don't try to use TASKKILL on linux | Sebastian Thiel |
| 2017-02-10 | fix(cmd): checking process.DEVNUL were needlessly opening `os.devnull`no_devnull_open | Kostis Anagnostopoulos |
| 2016-12-08 | style(cmd): pythonize cmd-args filtering for PY26, improve docstring | Kostis Anagnostopoulos |
| 2016-12-08 | Merge pull request #541 from andy-maier/py26_fixes | Sebastian Thiel |
| 2016-12-08 | chore(lint): flake8 | Sebastian Thiel |
| 2016-10-24 | Fixes to support Python 2.6 again. | Andreas Maier |
| 2016-10-22 | Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-... | Sebastian Thiel |
| 2016-10-20 | Fix some typos | Santiago Castro |