| Age | Commit message (Expand) | Author |
| 2019-10-23 | fix Loop variable used outside the loop | Anil Khatri |
| 2019-10-15 | removed Unnecessary “else” after “return” | Pratik Anurag |
| 2019-10-15 | removed trailing whitespaces | Pratik Anurag |
| 2019-10-15 | renamed unused variables | Pratik Anurag |
| 2019-09-30 | Revert "Remove control character stripping." | Sebastian Thiel |
| 2019-09-30 | Try to fix tests; get more debug output | Sebastian Thiel |
| 2019-09-30 | Update util.py | Uri Baghin |
| 2019-09-30 | Update util.py | Uri Baghin |
| 2019-09-30 | Remove control character stripping. | Uri Baghin |
| 2019-09-28 | Take advantage of universal newlines. | Uri Baghin |
| 2019-09-10 | Fix #889: Add DeepSource config and fix some major issues | Mohit Solanki |
| 2019-07-21 | Fix `AttributeError` when searching a remote by name | César Izurieta |
| 2019-07-20 | Revert "Revert "Revert "Implement update call when the object is "up to date"... | Sebastian Thiel |
| 2019-07-20 | Revert "Revert "Implement update call when the object is "up to date" #871"" | Sebastian Thiel |
| 2019-07-20 | Revert "Implement update call when the object is "up to date" #871" | Sebastian Thiel |
| 2019-07-20 | Implement update call when the object is "up to date" #871 | Thomas Johannesmeyer |
| 2019-07-06 | Fix regex to support empty email addresses i.e. 'name <>' | Sebastian Thiel |
| 2018-10-14 | Apply fix for #564 | Sebastian Thiel |
| 2018-03-18 | Rewrite unnecessary dict/list/tuple calls as literals | Hugo |
| 2018-03-18 | Drop support for EOL Python 2.6 | Hugo |
| 2018-03-04 | Fix doc typos | samuela |
| 2017-11-27 | RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT | Yaroslav Halchenko |
| 2017-09-28 | Merge branch 'master' of https://github.com/Plazmaz/GitPython into Plazmaz-ma... | Sebastian Thiel |
| 2017-08-25 | util: move expand_path from repo/base and use it in Git class init | Alexis Horgix Chotard |
| 2017-03-09 | Spelling fixes | Ville Skyttä |
| 2016-12-08 | Merge pull request #541 from andy-maier/py26_fixes | Sebastian Thiel |
| 2016-12-08 | Merge pull request #554 from nvie/master | Vincent Driessen |
| 2016-12-08 | chore(lint): flake8 | Sebastian Thiel |
| 2016-12-07 | Don't change the meaning of string literals | Vincent Driessen |
| 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 |
| 2016-10-16 | ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements` | Kostis Anagnostopoulos |
| 2016-10-16 | src: reduce needless deps to `gitdb.util` | Kostis Anagnostopoulos |
| 2016-10-16 | src: import os.path as osp | Kostis Anagnostopoulos |
| 2016-10-16 | cygwin, #533: polish abs-paths in `git add` commands | Kostis Anagnostopoulos |
| 2016-10-14 | cygwin, #533: Allow '/cygdrive/c/' paths on repo init | Kostis Anagnostopoulos |
| 2016-10-14 | cygwin, #533: Try to make it work with Cygwin's Git. | 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-13 | test, #525: allow disabling freeze errors separately | Kostis Anagnostopoulos |
| 2016-10-11 | FIX #526: Do not depend on test-sources | Kostis Anagnostopoulos |
| 2016-10-04 | src: No PyDev warnings | Kostis Anagnostopoulos |
| 2016-10-04 | hidden win-errs: Let leaking TCs run till end, then hide | Kostis Anagnostopoulos |
| 2016-10-02 | RF: use @functools.wraps within decorators instead of manual __name__ reassig... | Yaroslav Halchenko |
| 2016-10-01 | io, #519: ALL open() --> with open() | Kostis Anagnostopoulos |
| 2016-10-01 | repo-TCs, #519: FIX config resource leaks | Kostis Anagnostopoulos |
| 2016-10-01 | ci: restore ci log-level to normal, coverage on Win-Appveyor | Kostis Anagnostopoulos |
| 2016-09-28 | remote, #519: FIX1-of-2 double-decoding push-infos | Kostis Anagnostopoulos |
| 2016-09-28 | Win, hook, #519: Consume Hook Popen-proc out of GIL | Kostis Anagnostopoulos |