| 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 | 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 | 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 |
| 2016-09-28 | Win, #519: FIX undead Git-daemon on Windows | Kostis Anagnostopoulos |
| 2016-09-28 | test, #519: Try appveyor advice for never-ending builds | Kostis Anagnostopoulos |
| 2016-09-27 | src, #519: Improve daemon launch so Win does not stuck | Kostis Anagnostopoulos |
| 2016-09-27 | src, #519: collect all is_<platform>() calls | Kostis Anagnostopoulos |
| 2016-09-26 | win, #519: proc.terminate() instead of kill(SIGTERM) | Kostis Anagnostopoulos |
| 2016-09-26 | Win, #519: FIX WinHangs: Popen() CREATE_NEW_PROCESS_GROUP to allow kill | Kostis Anagnostopoulos |
| 2016-09-26 | win: GC.collect on all TC.tearDown to fix appveyor hang runs | Kostis Anagnostopoulos |
| 2015-04-21 | test: make git-daemon port configurable via env | Benedikt Morbach |
| 2015-04-21 | test: Make git-daemon only listen on localhost | Benedikt Morbach |
| 2015-04-08 | fix(docs): be clear about exit code handling | Sebastian Thiel |
| 2015-02-09 | Minor Flake8 fixes. | Sebastian Thiel |