| Age | Commit message (Expand) | Author |
| 2016-12-08 | Merge pull request #541 from andy-maier/py26_fixes | Sebastian Thiel |
| 2016-12-08 | Merge pull request #554 from nvie/master | Vincent Driessen |
| 2016-12-08 | chore(lint): flake8 | Sebastian Thiel |
| 2016-12-07 | Don't change the meaning of string literals | Vincent Driessen |
| 2016-10-24 | Fixes to support Python 2.6 again. | Andreas Maier |
| 2016-10-22 | Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-... | Sebastian Thiel |
| 2016-10-20 | Fix some typos | Santiago Castro |
| 2016-10-16 | ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements` | Kostis Anagnostopoulos |
| 2016-10-16 | src: reduce needless deps to `gitdb.util` | Kostis Anagnostopoulos |
| 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-10-14 | cygwin, #533: Allow '/cygdrive/c/' paths on repo init | Kostis Anagnostopoulos |
| 2016-10-14 | cygwin, #533: Try to make it work with Cygwin's Git. | Kostis Anagnostopoulos |
| 2016-10-14 | remote, #525: FIX BUG push-cmd misses error messages | Kostis Anagnostopoulos |
| 2016-10-13 | remote, #525: pump fetch-infos instead of GIL-read stderr | Kostis Anagnostopoulos |
| 2016-10-13 | test, #525: allow disabling freeze errors separately | Kostis Anagnostopoulos |
| 2016-10-11 | FIX #526: Do not depend on test-sources | 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-02 | RF: use @functools.wraps within decorators instead of manual __name__ reassig... | Yaroslav Halchenko |
| 2016-10-01 | io, #519: ALL open() --> with open() | Kostis Anagnostopoulos |
| 2016-10-01 | repo-TCs, #519: FIX config resource leaks | Kostis Anagnostopoulos |
| 2016-10-01 | ci: restore ci log-level to normal, coverage on Win-Appveyor | Kostis Anagnostopoulos |
| 2016-09-28 | remote, #519: FIX1-of-2 double-decoding push-infos | Kostis Anagnostopoulos |
| 2016-09-28 | Win, hook, #519: Consume Hook Popen-proc out of GIL | 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 | test, #519: Popen() pump: remove WaitGroup | Kostis Anagnostopoulos |
| 2016-06-13 | fix(misc): various cleanup | Sebastian Thiel |
| 2016-05-30 | Make sure that stderr is converted to bytes | Barry Scott |
| 2016-05-30 | Fix flake8 complaints | Barry Scott |
| 2016-05-29 | Return stderr lines from a pull() call that fails | Barry Scott |
| 2016-05-29 | chore(remote): better super-class call syntax | Sebastian Thiel |
| 2016-05-29 | chore(flake8): whitespace ... | Sebastian Thiel |
| 2016-05-29 | Fix traceback because _seen_ops is not initialised | Barry Scott |
| 2016-05-29 | fix(remote): Add CallableRemoteProgress | Sebastian Thiel |
| 2016-05-29 | chore(misc): cleanup and docs | Sebastian Thiel |
| 2016-05-28 | The progress arg to push, pull, fetch and clone is now a python callable. | Barry Scott |
| 2016-05-25 | fix(RemoteProgress): improve message sanitization | Sebastian Thiel |
| 2016-02-14 | fix(cmd): allow improved errors during clone operation | Sebastian Thiel |
| 2015-12-02 | Forgot to update _num_op_codes | Thibault Clerice |
| 2015-12-02 | Added CHECKING_OUT as a logged operation | Thibault Clerice |
| 2015-07-28 | don't 'log' to stderr in `RemoteProgress` | Sebastian Thiel |
| 2015-06-26 | fix(logging): monkeypatch logging with NullHandler | Sebastian Thiel |
| 2015-04-16 | fix(indent): flake-8 happyness | Sebastian Thiel |
| 2015-04-15 | fix(util): Correct number of op codes | Matt Jordan |
| 2015-04-15 | fix(util): Handle 'Finding sources' messages in RemoteProgress | Matt Jordan |
| 2015-04-08 | fix(remote): allow to raise during push/fetch | Sebastian Thiel |
| 2015-04-08 | fix(docs): be clear about exit code handling | Sebastian Thiel |