| 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-02-25 | Remove now unnecessary explicit Unicode string literal prefixes | Harmon |
| 2020-02-16 | Replace assert_true with assertTrue | Harmon |
| 2020-02-16 | Replace assert_equal with assertEqual | Harmon |
| 2019-10-22 | Adding assertions to existing test case to cover this change | JJ Graham |
| 2019-10-21 | Removing f-strings to maintain 3.4 and 3.5 compatability | JJ Graham |
| 2019-10-21 | Added new test to cover the issue this fix addresses (#891) | JJ Graham |
| 2019-10-19 | Expanded new test for copied file | JJ Graham |
| 2019-10-19 | Fixed new test for copied files | JJ Graham |
| 2019-10-19 | Adding diff support for copied files, still working on test | JJ Graham |
| 2018-05-19 | Add change in type support | Aurélien Matouillot |
| 2018-05-19 | Get correcly rename change_type. | Aurélien Matouillot |
| 2018-03-18 | Rewrite unnecessary dict/list/tuple calls as literals | Hugo |
| 2016-10-16 | src: import os.path as osp | Kostis Anagnostopoulos |
| 2016-10-16 | cygwin, #533: polish abs-paths in `git add` commands | Kostis Anagnostopoulos |
| 2016-09-28 | io, dif: #519: FIX DIFF freeze when reading from GIL | Kostis Anagnostopoulos |
| 2016-09-28 | test: Start using `ddt` library for TCs | Kostis Anagnostopoulos |
| 2016-09-28 | Win, #519: FIX with_rw_directory() to remove read-only dirs | Kostis Anagnostopoulos |
| 2016-09-26 | win, #519: proc.terminate() instead of kill(SIGTERM) | Kostis Anagnostopoulos |
| 2016-09-26 | win: GC.collect on all TC.tearDown to fix appveyor hang runs | Kostis Anagnostopoulos |
| 2016-07-23 | fix(diff): use explicit change-type if possible | Sebastian Thiel |
| 2016-06-14 | Store raw path bytes in Diff instances | Vincent Driessen |
| 2016-06-06 | Don't choke on (legitimately) invalidly encoded Unicode paths | Vincent Driessen |
| 2016-05-30 | Fix bug in diff parser output | Vincent Driessen |
| 2016-05-19 | Deprecate Diffable.rename for .renamed_file | Sebastian Thiel |
| 2016-04-20 | Python 3 compat fixes | Vincent Driessen |
| 2016-04-19 | Fix diff patch parser for paths with unsafe chars | Vincent Driessen |
| 2016-04-19 | Make test stricter | Vincent Driessen |
| 2016-04-19 | Make diff patch parsing more reliable | Vincent Driessen |
| 2016-04-14 | Fix test cases | Vincent Driessen |
| 2016-04-14 | Support "root" as a special value in .diff() calls | Vincent Driessen |
| 2016-03-16 | Add test and fixture for diff index from raw format | Jonathan Chu |
| 2015-07-29 | fix(diff): mode-assertions now deal with 0 | Sebastian Thiel |
| 2015-01-21 | Added advance usage examples to tutorial and made minor fixes. | Sebastian Thiel |
| 2015-01-09 | Now Diff.__str__ works correctly in all python versions. | Sebastian Thiel |
| 2015-01-09 | Fixed mode-handling in Diff creation, and added assertions to catch this in f... | Sebastian Thiel |
| 2015-01-09 | Added test to verify binary diffs are working as well. | Sebastian Thiel |
| 2015-01-09 | Added test to verify binary diffs are working as well. | Sebastian Thiel |
| 2015-01-08 | Added support for rename detection in raw mode (which is the default). | Sebastian Thiel |
| 2015-01-08 | Added assertion to better detect diff issues. | 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 |
| 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-02-09 | tabs to 4 spaces - this won't make integrating the patches easier, but it's p... | Sebastian Thiel |