| Age | Commit message (Expand) | Author |
| 2017-07-01 | Update changelog and improve docs on skipped test | Sebastian Thiel |
| 2017-07-01 | Try to ignore test on windows as it fails for the wrong reasons | Sebastian Thiel |
| 2017-07-01 | Maybe work around AppVeyor setting a bad email? | Peter Jones |
| 2017-04-09 | Python 3.6 invalid escape sequence deprecation fixes | Ville Skyttä |
| 2016-12-08 | Merge pull request #541 from andy-maier/py26_fixes | Sebastian Thiel |
| 2016-12-08 | chore(lint): flake8 | Sebastian Thiel |
| 2016-10-24 | Fixes to support Python 2.6 again. | Andreas Maier |
| 2016-10-22 | Merge branch 'win_mmap' of https://github.com/ankostis/GitPython into ankosti... | Sebastian Thiel |
| 2016-10-22 | fix(win_mmap): unmark hidden win_errors due to smmap unicode foes | Kostis Anagnostopoulos |
| 2016-10-22 | submodule-TCs: stop monekypatching smmap.MapRegion with files in Windows | Kostis Anagnostopoulos |
| 2016-10-19 | Merge with latest branch 'exp_git_dir' | Kostis Anagnostopoulos |
| 2016-10-19 | repo: minor code and doc correcions. | Kostis Anagnostopoulos |
| 2016-10-16 | cygwin, appveyor, #533: Enable actual failures, hide certain 2+2 cases | Kostis Anagnostopoulos |
| 2016-10-16 | ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements` | Kostis Anagnostopoulos |
| 2016-10-16 | cygwin, #533: polish abs-paths in `git add` commands | Kostis Anagnostopoulos |
| 2016-10-12 | config, #525: polish more config-urls | 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-03 | TST: Add test for removing submodule with remotes without refs | Yaroslav Halchenko |
| 2016-10-01 | TC, #519: DISABLE failing tests | Kostis Anagnostopoulos |
| 2016-10-01 | Win, #519: FIX repo TCs. | 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 | win: GC.collect on all TC.tearDown to fix appveyor hang runs | Kostis Anagnostopoulos |
| 2015-08-08 | fix(tests): remove dependency on sort order | Sebastian Thiel |
| 2015-08-08 | tests(submodule): add new submodule commits | Sebastian Thiel |
| 2015-01-22 | Minor improvements to submodule test for windows portability | Sebastian Thiel |
| 2015-01-22 | Overhauled all tutorials, and placed them in a unit-test. | Sebastian Thiel |
| 2015-01-21 | Initial set of documentation improvements, and a fix to the submodule tests. | Sebastian Thiel |
| 2015-01-21 | Assured that branch changes are properly handled. | Sebastian Thiel |
| 2015-01-20 | Fixed flake8 and a minor test regression. | Sebastian Thiel |
| 2015-01-20 | Impemented keep_going flag for `Submodule.update()` | Sebastian Thiel |
| 2015-01-20 | Submodule.parent_commit() now automatically points to repo.head unless it was... | Sebastian Thiel |
| 2015-01-20 | Greatly improved possible safety of Submodule.update(), which is used by defa... | Sebastian Thiel |
| 2015-01-19 | Submodule.move() will auto-rename the submodule if the name was equal to the ... | Sebastian Thiel |
| 2015-01-19 | Implemented Submodule.rename() | Sebastian Thiel |
| 2015-01-19 | Submodule.move() fixed to deal with 'non-gitfile' clones appropriately. | Sebastian Thiel |
| 2015-01-19 | Basic submodule tests are working once again ! | Sebastian Thiel |
| 2015-01-17 | Submodule.remove() now seems to work properly, nearly all tests are back. | Sebastian Thiel |
| 2015-01-17 | Made sure dry-run is properly implemented in Submodule.remove() | Sebastian Thiel |
| 2015-01-17 | Submodule.remove() now deals with .git files correctly. | Sebastian Thiel |
| 2015-01-17 | Assured Submodule.(update|move) are dealing with .git files appropriately. | Sebastian Thiel |
| 2015-01-16 | Implemented more tests and made use of .git files when adding submodules | Sebastian Thiel |
| 2015-01-15 | Fixed previously failing test | Sebastian Thiel |