| 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-16 | Replace assert_raises with assertRaises | Harmon |
| 2020-02-16 | Replace deprecated failUnlessRaises alias with assertRaises in tests | Harmon |
| 2020-02-08 | Remove and replace compat.string_types | Harmon |
| 2019-10-24 | Removing unused import | JJ Graham |
| 2019-10-24 | Fix #820 | JJ Graham |
| 2019-10-15 | removed trailing whitespaces | Pratik Anurag |
| 2019-10-15 | renamed unsed variables | Pratik Anurag |
| 2019-09-28 | Parse rejected deletes. | Uri Baghin |
| 2019-09-28 | Remove assert that can fail erroneously. | Uri Baghin |
| 2019-05-05 | Resolve test incompatibility with git v2.21.0 | James E. King III |
| 2019-03-15 | Fix test-only issue with git 2.20 or later handling a clobbered tag | James E. King III |
| 2018-03-18 | Rewrite unnecessary dict/list/tuple calls as literals | Hugo |
| 2018-03-18 | Drop support for EOL Python 2.6 | Hugo |
| 2017-03-09 | Spelling fixes | Ville Skyttä |
| 2016-12-22 | fix(remote): test | Sebastian Thiel |
| 2016-10-24 | Fixes to support Python 2.6 again. | Andreas Maier |
| 2016-10-14 | remote, #525: FIX BUG push-cmd misses error messages | Kostis Anagnostopoulos |
| 2016-10-13 | test, #525: allow disabling freeze errors separately | Kostis Anagnostopoulos |
| 2016-10-12 | daemon, #525: FIX remote urls in config-files | Kostis Anagnostopoulos |
| 2016-10-11 | hidden win_errors: mark also git-daemon errors failing | 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-01 | io, #519: ALL open() --> with open() | Kostis Anagnostopoulos |
| 2016-09-28 | Win, #519: FIX with_rw_directory() to remove read-only dirs | Kostis Anagnostopoulos |
| 2016-09-28 | Win, #519: FIX undead Git-daemon on Windows | Kostis Anagnostopoulos |
| 2016-09-28 | test, #519: No remote TCs, git-daemon cannot die@! | Kostis Anagnostopoulos |
| 2016-09-26 | win: GC.collect on all TC.tearDown to fix appveyor hang runs | Kostis Anagnostopoulos |
| 2016-06-08 | Adding support for git remote set-url/get-url API to Remote | Guyzmo |
| 2016-05-25 | fix(RemoteProgress): improve message sanitization | Sebastian Thiel |
| 2015-06-10 | fix(remote): assert fetch respec is set | Sebastian Thiel |
| 2015-04-21 | test: make git-daemon port configurable via env | Benedikt Morbach |
| 2015-04-08 | fix(remote): allow to raise during push/fetch | Sebastian Thiel |
| 2015-02-21 | Added 'insert_kwargs_after' flag for consumption by _call_process. | Sebastian Thiel |
| 2015-01-30 | This should fix the test failure on travis | Sebastian Thiel |
| 2015-01-30 | Added test to verify we can handle fetch prunes. | Sebastian Thiel |
| 2015-01-22 | Merge branch 'master' into teeberg-master | Sebastian Thiel |
| 2015-01-22 | Fetch now deals with custom refspecs much better. | Sebastian Thiel |
| 2015-01-21 | Fix some typos | Jonas Trappenberg |
| 2015-01-21 | Added advance usage examples to tutorial and made minor fixes. | Sebastian Thiel |
| 2015-01-20 | Remote.fetch|pull() will not use poll/threads anymore as only stderr is read. | Sebastian Thiel |
| 2015-01-04 | Dum brute force conversion of all types. | 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-03 | Various fixes and improvements | Sebastian Thiel |
| 2014-11-19 | Applied autopep8 | Sebastian Thiel |
| 2014-11-16 | pep8 linting (trailing whitespace) | Antoine Musso |
| 2014-11-16 | pep8 linting (whitespace before/after) | Antoine Musso |