| Age | Commit message (Expand) | Author |
| 2015-01-19 | Improved installation docs to mention `pip`, not `easy_install` | Sebastian Thiel |
| 2015-01-19 | Implemented Submodule.rename() | Sebastian Thiel |
| 2015-01-17 | Submodule.remove() now seems to work properly, nearly all tests are back. | Sebastian Thiel |
| 2015-01-17 | Submodule.remove() now deals with .git files correctly. | Sebastian Thiel |
| 2015-01-14 | Fixed some doc strings to build correctly with sphinx | Sebastian Thiel |
| 2015-01-14 | Added 'path' keyword argument to Repo.archive(). | Sebastian Thiel |
| 2015-01-14 | GitConfigParser now respects and merges 'include' sections | Sebastian Thiel |
| 2015-01-13 | Added `Repo.merge_base(...)` implementation, including test-case. | Sebastian Thiel |
| 2015-01-12 | Removed all previously added invocations of os.path.realpath as it wasn't req... | Sebastian Thiel |
| 2015-01-12 | Repo paths are now converted to real paths, as well as all paths involved in ... | Sebastian Thiel |
| 2015-01-12 | Added specific test for roughly checking configuration paths. | Sebastian Thiel |
| 2015-01-12 | Re-implemented 'user' config level based on suggestion by @jzempel | Sebastian Thiel |
| 2015-01-10 | Added 'user' configuration level. | Sebastian Thiel |
| 2015-01-10 | Repo.init() now supports paths with a '~' in it, or environment variables in ... | Sebastian Thiel |
| 2015-01-10 | Added search_parent_directories keyword argument to Repo type. | Sebastian Thiel |
| 2015-01-09 | Added test to assure blame can deal with binary patches. | Sebastian Thiel |
| 2015-01-08 | Fixed PY3 support. | Sebastian Thiel |
| 2015-01-08 | Added Remote.exists() method, and test. Fixes #229 | Sebastian Thiel |
| 2015-01-08 | Improve error handling of fetch/pull line parsing | Sebastian Thiel |
| 2015-01-07 | Made improvements to assure test-cases don't leak file handles | Sebastian Thiel |
| 2015-01-07 | Implemented non-blocking operations using poll() | Sebastian Thiel |
| 2015-01-06 | test_repo works | Sebastian Thiel |
| 2015-01-06 | test_index works | Sebastian Thiel |
| 2015-01-05 | test_commit works 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 | Removed unnecessary (non-gitpython) tests and fixed flake80.3.3 | Sebastian Thiel |
| 2015-01-04 | Bumped version, updated changelog, reduced code smell | Sebastian Thiel |
| 2014-11-19 | Applied autopep8 | Sebastian Thiel |
| 2014-11-19 | Minor fix to make read_gitfile work . | Sebastian Thiel |
| 2014-11-19 | Merge branch 'separate-git-dir' of https://github.com/niyaton/GitPython into ... | Sebastian Thiel |
| 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 |
| 2014-11-14 | Merge pull request #194 from maxyz/fix-issue-41_0.3 | Sebastian Thiel |
| 2014-11-12 | Merge pull request #200 from dbaxa/0.3-with-unicode-fixes | Sebastian Thiel |
| 2014-11-12 | Fix the Repo commit and tree methods to work with unicode revs. | David Black |
| 2014-09-29 | Fix issue #41: repo.is_dirty() on empty repository with stashed files | Jan Vcelak |
| 2014-06-13 | Fixed two minor typos. | Marios Zindilis |
| 2014-05-09 | Fix typo in untracked_files | s1341 |
| 2014-05-06 | Fix for untracked_files no longer detected #138 | Maximiliano Curia |
| 2014-04-24 | Fixes creating a Repo for a submodule | Remi Rampin |
| 2014-02-09 | tabs to 4 spaces - this won't make integrating the patches easier, but it's p... | Sebastian Thiel |
| 2013-10-09 | [#5330] Ensure wait() is called on git processes | Cory Johns |
| 2013-02-27 | Added support for separeted git dir. | niyaton |
| 2011-07-18 | Fixed consecutive lines with same blame info not appearing in blame. | Mark Nevill |
| 2011-06-07 | Added conditional usage of the --progress flag to all relevant methods, that ... | Sebastian Thiel |
| 2011-06-07 | Add progress tracking for git-clone. | jez |