| Age | Commit message (Expand) | Author |
| 2016-10-01 | repo-TCs, #519: FIX config resource leaks | Kostis Anagnostopoulos |
| 2016-09-28 | Win, #519: FIX with_rw_directory() to remove read-only dirs | Kostis Anagnostopoulos |
| 2016-09-26 | test, #519: FIX appveyor conda & failures in py2.6 `assertRaisesRegexp` | Kostis Anagnostopoulos |
| 2016-09-26 | win: GC.collect on all TC.tearDown to fix appveyor hang runs | Kostis Anagnostopoulos |
| 2016-09-25 | fix(test): put `test_commits` back | Sebastian Thiel |
| 2016-09-11 | fix(repo): make it serializable with pickle | Sebastian Thiel |
| 2016-08-02 | Merge pull request #496 from haizaar/master | Sebastian Thiel |
| 2016-08-01 | is_dirty supports path. Fixes #482. | Zaar Hai |
| 2016-08-01 | fix flake8 problems | Barry Scott |
| 2016-08-01 | add test to detect the corrupt log | Barry Scott |
| 2016-07-17 | fix(blame): lazily fetch full commit message | Sebastian Thiel |
| 2016-05-18 | Need spaces in Emacs style encoding comment | Steven Colby |
| 2016-04-14 | Return all available data from git-blame | Vincent Driessen |
| 2016-04-13 | Add incremental blame support | Vincent Driessen |
| 2016-04-07 | Fix tests | Vincent Driessen |
| 2016-02-14 | ENH: skip test_is_ancestor on git versions < 1.8.0 not supporting git merge-b... | Yaroslav Halchenko |
| 2016-02-07 | chore(flake8): unnused import | Sebastian Thiel |
| 2016-02-07 | fix(clone): call communicate if there is no progress handler | Sebastian Thiel |
| 2016-01-08 | DOC: minor typos | Yaroslav Halchenko |
| 2015-08-29 | fix(repo): fail loudly if worktrees are used | Sebastian Thiel |
| 2015-08-22 | fix(repo): use GitCmdObjectDB by default | Sebastian Thiel |
| 2015-07-21 | Implement is_ancestor | Sandy Carter |
| 2015-07-20 | fix(encoding): in untracked_files() and index | Sebastian Thiel |
| 2015-01-22 | Bumped version to 0.3.6 | Sebastian Thiel |
| 2015-01-22 | Improved performance of rev-parse test. | Sebastian Thiel |
| 2015-01-20 | Fixed flake8 and a minor test regression. | Sebastian Thiel |
| 2015-01-19 | Implemented Submodule.rename() | Sebastian Thiel |
| 2015-01-14 | Added 'path' keyword argument to Repo.archive(). | Sebastian Thiel |
| 2015-01-13 | Added `Repo.merge_base(...)` implementation, including test-case. | Sebastian Thiel |
| 2015-01-12 | Added specific test for roughly checking configuration paths. | Sebastian Thiel |
| 2015-01-10 | Fixed test to actually use tilde and environment variables respectively. | Sebastian Thiel |
| 2015-01-10 | Repo.init() now supports paths with a '~' in it, or environment variables in ... | Sebastian Thiel |
| 2015-01-09 | Added test for complex blame revision query. | Sebastian Thiel |
| 2015-01-09 | Added test to assure blame can deal with binary patches. | Sebastian Thiel |
| 2015-01-08 | Improved empty-repo test | Sebastian Thiel |
| 2015-01-08 | Improved handling of name-resolution, which will not mangle names anymore. | Sebastian Thiel |
| 2015-01-08 | And finally, PY3 support should be restored. | Sebastian Thiel |
| 2015-01-08 | Added test to verify blame commits can have multiple lines. | Sebastian Thiel |
| 2015-01-08 | Added Remote.exists() method, and test. Fixes #229 | Sebastian Thiel |
| 2015-01-07 | Made improvements to assure test-cases don't leak file handles | Sebastian Thiel |
| 2015-01-07 | This should fix flake8 on py3 | Sebastian Thiel |
| 2015-01-06 | test_repo 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 | Removed 'from X import *' whereever possible | Sebastian Thiel |
| 2015-01-04 | Bumped version, updated changelog, reduced code smell | Sebastian Thiel |
| 2015-01-04 | Let's hope travis works now | Sebastian Thiel |
| 2015-01-04 | Intermediate debug commit for travis ... do not use | Sebastian Thiel |
| 2015-01-04 | Somemore debugging for rev-parse issue | Sebastian Thiel |