| Age | Commit message (Expand) | Author |
| 2017-10-30 | IndexFile.commit() now runs pre-commit and post-commit and commit-msg hooks. | satahippy |
| 2017-04-09 | Python 3.6 invalid escape sequence deprecation fixes | Ville Skyttä |
| 2016-10-24 | Fixes to support Python 2.6 again. | Andreas Maier |
| 2016-10-16 | cygwin, appveyor, #533: Enable actual failures, hide certain 2+2 cases | 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-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: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_show | Kostis Anagnostopoulos |
| 2016-10-01 | Win, #519: FIX repo TCs. | Kostis Anagnostopoulos |
| 2016-09-29 | FIX tox/requirements | Kostis Anagnostopoulos |
| 2016-09-28 | Proc, #519: Rework error-exc msgs & log thread-pumps errors | Kostis Anagnostopoulos |
| 2016-09-28 | Win, hook, #519: Consume Hook Popen-proc out of GIL | 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-27 | src, #519: collect all is_<platform>() calls | Kostis Anagnostopoulos |
| 2016-09-26 | test, #519: FIX appveyor conda & failures in py2.6 `assertRaisesRegexp` | Kostis Anagnostopoulos |
| 2016-09-25 | fix(test): deal with py2 and py3 | Sebastian Thiel |
| 2016-09-25 | fix(index): improve LockedFD handling | Sebastian Thiel |
| 2016-05-18 | Need spaces in Emacs style encoding comment | Steven Colby |
| 2016-04-13 | fixed unittest of issue #407 for Python3 | Piotr Pietraszkiewicz |
| 2016-04-13 | fix(index): avoid recursing endlessly in add() | Piotr Pietraszkiewicz |
| 2015-08-29 | fix(compat): make test work with git >= 2.5 | Sebastian Thiel |
| 2015-08-17 | fix(test_index): fix encoding | Sebastian Thiel |
| 2015-07-29 | fix(index):allow adding non-unicode paths to index | Sebastian Thiel |
| 2015-07-17 | added tests for commits with dates | avi |
| 2015-06-26 | fix(index): handle adding symlinks to dirs | Sebastian Thiel |
| 2015-04-08 | fix(index): don't write extension data by default | Sebastian Thiel |
| 2015-04-07 | test(index): test for #265 | Sebastian Thiel |
| 2015-01-21 | Fixed regression in test-suite for IndexFile | Sebastian Thiel |
| 2015-01-19 | Improved unicode handling when using os.environ or GitConfigParser | Sebastian Thiel |
| 2015-01-12 | IndexFile.commit() now runs pre-commit and post-commit hooks. | Sebastian Thiel |
| 2015-01-12 | Removed os.path.realpath invocations as they are not necessary if paths are u... | Sebastian Thiel |
| 2015-01-07 | Made sure commits accept unicode or unicode characters | Sebastian Thiel |
| 2015-01-07 | fix pep8 | firm1 |
| 2015-01-07 | add tests for commit by actor | firm1 |
| 2015-01-06 | test_repo works | Sebastian Thiel |
| 2015-01-06 | test_index works | Sebastian Thiel |
| 2015-01-05 | Fixed io types to make tests work on PY2 once again. | Sebastian Thiel |
| 2015-01-04 | Dum brute force conversion of all types. | Sebastian Thiel |
| 2015-01-04 | initial set of adjustments to make (most) imports work. | Sebastian Thiel |
| 2015-01-04 | Replaced ordered dict with standard version; used logging module | Sebastian Thiel |
| 2015-01-04 | Removed 'from X import *' whereever possible | Sebastian Thiel |
| 2015-01-04 | Bumped version, updated changelog, reduced code smell | Sebastian Thiel |
| 2015-01-04 | Applied autopep8 | Sebastian Thiel |
| 2015-01-03 | Fixed all remaining non-performance tests | Sebastian Thiel |
| 2014-11-19 | Applied autopep8 | Sebastian Thiel |
| 2014-11-17 | Allow Index.add() on bare repositories | Sebastian Thiel |