| 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-05-28 | Fix flake8 errors | Sebastian Thiel |
| 2020-02-25 | Remove now unnecessary explicit Unicode string literal prefixes | Harmon |
| 2020-02-16 | Replace deprecated assertNotEquals alias with assertNotEqual | Harmon |
| 2020-02-16 | Replace deprecated failUnlessRaises alias with assertRaises in tests | Harmon |
| 2020-02-08 | Remove and replace compat.string_types | Harmon |
| 2020-02-08 | Remove checks for Python 2 and/or 3 | Harmon |
| 2019-10-15 | removed trailing whitespaces | Pratik Anurag |
| 2019-10-15 | renamed unused variables | Pratik Anurag |
| 2019-10-15 | As string is iterable, changed to isinstance check | Marcel |
| 2019-10-15 | allow calling index.add, index.move and index.remove with single items | Marcel |
| 2019-09-28 | Fix test_commit_msg_hook_success. | Uri Baghin |
| 2018-04-04 | git: index: base: use os.path.relpath | Ruslan Kuprieiev |
| 2018-03-18 | Use automatic formatters | Hugo |
| 2018-03-18 | Unnecessary generator - rewrite as a set comprehension | Hugo |
| 2018-03-18 | Unnecessary generator - rewrite as a list comprehension | Hugo |
| 2018-03-18 | Rewrite unnecessary dict/list/tuple calls as literals | Hugo |
| 2018-03-18 | Replace function call with set literal | Hugo |
| 2018-03-18 | Drop support for EOL Python 2.6 | Hugo |
| 2017-11-28 | RF: use HIDE_WINDOWS_KNOWN_ERRORS instead of is_win to skip hooks tests | Yaroslav Halchenko |
| 2017-11-28 | RF(TST): skip all tests dealing with hooks on windows | Yaroslav Halchenko |
| 2017-11-28 | RF: no "need" for custom shebang on windows since just does not work | Yaroslav Halchenko |
| 2017-11-28 | RF(+BF?): refactor hooks creation in a test, and may be make it compat with w... | Yaroslav Halchenko |
| 2017-11-27 | BF(PY26): {} -> {0}, i.e. explicit index for .format() | Yaroslav Halchenko |
| 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 |