| Age | Commit message (Expand) | Author |
| 2020-07-12 | tests: move to root dir | Konrad Weihmann |
| 2020-07-12 | Revert moving tests out of 'git' folder, related to #1030 | Sebastian Thiel |
| 2020-07-12 | tests: move to root dir | Konrad Weihmann |
| 2020-02-16 | Remove test.lib.asserts and use unittest.mock.patch directly | Harmon |
| 2020-02-16 | Replace assert_false with assertFalse | Harmon |
| 2020-02-16 | Replace assert_true with assertTrue | Harmon |
| 2020-02-16 | Replace raises with assertRaises | Harmon |
| 2020-02-16 | Replace assert_raises with assertRaises | Harmon |
| 2020-02-16 | Replace assert_not_equal with assertNotEqual | Harmon |
| 2020-02-16 | Replace assert_equal with assertEqual | Harmon |
| 2020-02-16 | Remove and replace assert_match with assertRegex | Harmon |
| 2020-02-16 | Remove old, no longer used assert methods | Harmon |
| 2020-02-16 | Remove outdated checks for unittest.mock existence | Harmon |
| 2020-02-16 | Replace deprecated failUnlessRaises alias with assertRaises in tests | Harmon |
| 2020-02-08 | Remove check for Python 2.7 | Harmon |
| 2020-02-08 | Remove and replace compat.string_types | Harmon |
| 2019-08-14 | Fix performance regression, see #906 | Sebastian Thiel |
| 2019-08-11 | use git rev-parse to look for config file | Benjamin Dauvergne |
| 2018-03-18 | Drop support for EOL Python 2.6 | Hugo |
| 2017-12-11 | Merge branch 'bf-includes' of https://github.com/yarikoptic/GitPython into ya... | Sebastian Thiel |
| 2017-11-27 | RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT | Yaroslav Halchenko |
| 2017-11-27 | BF: process included files before the rest | Yaroslav Halchenko |
| 2017-04-09 | Python 3.6 invalid escape sequence deprecation fixes | Ville Skyttä |
| 2017-03-09 | Spelling fixes | Ville Skyttä |
| 2016-12-08 | fix(leaks, TCs): attempt to cleanup mman before deleting tmp-dirs | Kostis Anagnostopoulos |
| 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-17 | tc-helper: fix minor contexlib abuse | Kostis Anagnostopoulos |
| 2016-10-17 | helper: minor fix prefix of temp-dirs | Kostis Anagnostopoulos |
| 2016-10-14 | cygwin, #533: FIX daemon launching | 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-12 | config, #525: polish more config-urls | Kostis Anagnostopoulos |
| 2016-10-12 | daemon, #525: simplify exception handling | Kostis Anagnostopoulos |
| 2016-10-12 | daemon, #525: FIX remote urls in config-files | Kostis Anagnostopoulos |
| 2016-10-11 | FIX #526: Do not depend on test-sources | Kostis Anagnostopoulos |
| 2016-10-04 | io: Wrap (probably) allconfig_writers in `with` blocks | 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-03 | Appveyor: Set HIDE_WINDOWS_KNOWN_ERRORS=True | Kostis Anagnostopoulos |
| 2016-10-03 | Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_show | Kostis Anagnostopoulos |
| 2016-10-02 | BF: log.info is a function, just pass msg, no .write! | Yaroslav Halchenko |
| 2016-10-02 | BF: @with_rw_directory must return decorated call | Yaroslav Halchenko |
| 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-09-28 | remote, #519: INCOMPLETE FIX-2 double-decoding push-infos | Kostis Anagnostopoulos |
| 2016-09-28 | remote, #519: FIX1-of-2 double-decoding push-infos | Kostis Anagnostopoulos |
| 2016-09-28 | Win, #519: FIX with_rw_directory() to remove read-only dirs | Kostis Anagnostopoulos |
| 2016-09-28 | src: constify is_<platform>() calls | Kostis Anagnostopoulos |