| Age | Commit message (Expand) | Author |
| 2017-04-09 | Python 3.6 invalid escape sequence deprecation fixes | Ville Skyttä |
| 2017-03-09 | Spelling fixes | Ville Skyttä |
| 2016-10-22 | Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-... | Sebastian Thiel |
| 2016-10-19 | Fix flake8 error | Benjamin Poldrack |
| 2016-10-18 | Add a test for persistent git options | Benjamin Poldrack |
| 2016-10-16 | src: import os.path as osp | Kostis Anagnostopoulos |
| 2016-10-13 | remote, #525: pump fetch-infos instead of GIL-read stderr | 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 | 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 | test, #519: Try appveyor advice for never-ending builds | Kostis Anagnostopoulos |
| 2016-09-27 | src, #519: collect all is_<platform>() calls | Kostis Anagnostopoulos |
| 2016-09-26 | Win, #519: FIX WinHangs: Popen() CREATE_NEW_PROCESS_GROUP to allow kill | Kostis Anagnostopoulos |
| 2016-09-26 | test, #519: Popen() universal_newlin.es NoWindow in Winfoes | Kostis Anagnostopoulos |
| 2016-09-26 | test, #519: FIX appveyor conda & failures in py2.6 `assertRaisesRegexp` | Kostis Anagnostopoulos |
| 2016-09-26 | apveyor, #519: FIX incomplete Popen pump | Kostis Anagnostopoulos |
| 2016-09-26 | win: GC.collect on all TC.tearDown to fix appveyor hang runs | Kostis Anagnostopoulos |
| 2016-09-25 | test, deps: FIX `mock` deps on py3. | Kostis Anagnostopoulos |
| 2016-06-13 | fix(cmd): allow any kind of status message | Sebastian Thiel |
| 2016-05-18 | Need spaces in Emacs style encoding comment | Steven Colby |
| 2016-04-19 | Support repeated kwargs | Vincent Driessen |
| 2015-08-20 | fix(test): update to changes. | Marcos Dione |
| 2015-07-03 | fix(travis): get py2.6 to work | Sebastian Thiel |
| 2015-07-03 | fix(cmd): work with py3 | Sebastian Thiel |
| 2015-07-03 | fix(cmd): don't open stdout when fetching | Sebastian Thiel |
| 2015-07-03 | test(git): remove unnecessary fixture | Sebastian Thiel |
| 2015-07-03 | fix(cmd): line parsing | Sebastian Thiel |
| 2015-06-26 | fix(git-test): assure test does works on linux | Sebastian Thiel |
| 2015-06-10 | fix(test_git): handle `select.poll()` missing | Sebastian Thiel |
| 2015-04-08 | fix(test_cmd): handle GitCommandNotFound in test | Sebastian Thiel |
| 2015-02-21 | Added 'insert_kwargs_after' flag for consumption by _call_process. | Sebastian Thiel |
| 2015-01-22 | Removed Git.sshkey() as it couldn't be distributed properly.0.3.6 | Sebastian Thiel |
| 2015-01-22 | Added test for `sshkey` context manager. | Sebastian Thiel |
| 2015-01-22 | Intermediate commit on my way to get this finalized. | Sebastian Thiel |
| 2015-01-21 | Add a few tests | Jonas Trappenberg |
| 2015-01-06 | Improved windows test suite. | Sebastian Thiel |
| 2015-01-06 | Fixed test_git once again | Sebastian Thiel |
| 2015-01-06 | fixed test_git | Sebastian Thiel |
| 2015-01-05 | test_git works | Sebastian Thiel |
| 2015-01-04 | Replaced ordered dict with standard version; used logging module | Sebastian Thiel |
| 2015-01-03 | This should help getting travis to work, finally | Sebastian Thiel |
| 2014-11-19 | Applied autopep8 | Sebastian Thiel |
| 2014-11-17 | Copy environment for subprocess execution | Darragh Bailey |
| 2014-11-16 | pep8 linting (trailing whitespace) | Antoine Musso |
| 2014-11-16 | pep8 linting (whitespace before/after) | Antoine Musso |
| 2014-11-16 | pep8 linting (blank lines expectations) | Antoine Musso |
| 2014-11-16 | pep8 linting (whitespaces) | Antoine Musso |
| 2014-11-15 | Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca... | Sebastian Thiel |