| Age | Commit message (Expand) | Author |
| 2017-02-10 | fix(cmd): checking process.DEVNUL were needlessly opening `os.devnull`no_devnull_open | Kostis Anagnostopoulos |
| 2016-12-08 | Merge pull request #541 from andy-maier/py26_fixes | Sebastian Thiel |
| 2016-12-08 | chore(lint): flake8 | Sebastian Thiel |
| 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-18 | Add a test for persistent git options | Benjamin Poldrack |
| 2016-10-18 | Allow for setting git options, that are persistent across subcommand calls | Benjamin Poldrack |
| 2016-10-14 | cygwin, #533: FIX daemon launching | Kostis Anagnostopoulos |
| 2016-10-14 | cygwin, #533: Try to make it work with Cygwin's Git. | Kostis Anagnostopoulos |
| 2016-10-14 | cmd, #525: Always include stdout+stderr in exceptions | 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-12 | daemon, #525: FIX remote urls in config-files | Kostis Anagnostopoulos |
| 2016-10-12 | repo, cmd: DROP UNEEDED Win path for chcwd & check for '~' homedir | Kostis Anagnostopoulos |
| 2016-10-12 | pumps: FIX don't pump when proc has no streams | Kostis Anagnostopoulos |
| 2016-10-02 | FIX regression by #519 on reading stdout/stderr of cmds | Kostis Anagnostopoulos |
| 2016-10-01 | Win, #519: FIX repo TCs. | Kostis Anagnostopoulos |
| 2016-09-30 | ci: Capture logging for Popen() execute statements. | Kostis Anagnostopoulos |
| 2016-09-28 | ABANDON select/poll | Kostis Anagnostopoulos |
| 2016-09-28 | remote, #519: INCOMPLETE FIX-2 double-decoding push-infos | Kostis Anagnostopoulos |
| 2016-09-28 | Proc, #519: Rework error-exc msgs & log thread-pumps errors | Kostis Anagnostopoulos |
| 2016-09-28 | io, dif: #519: FIX DIFF freeze when reading from 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-28 | Win, #519: Remove `git.cmd` failback - no longer exists. | Kostis Anagnostopoulos |
| 2016-09-28 | test, #519: Try appveyor advice for never-ending builds | Kostis Anagnostopoulos |
| 2016-09-27 | src, #519: collect all is_<platform>() calls | Kostis Anagnostopoulos |
| 2016-09-26 | Win, #519: FIX WinHangs: Popen() CREATE_NEW_PROCESS_GROUP to allow kill | Kostis Anagnostopoulos |
| 2016-09-26 | test, #519: Popen() pump: remove WaitGroup | Kostis Anagnostopoulos |
| 2016-09-26 | apveyor, #519: FIX incomplete Popen pump | Kostis Anagnostopoulos |
| 2016-09-25 | test, deps: FIX `mock` deps on py3. | Kostis Anagnostopoulos |
| 2016-09-11 | fix(repo): make it serializable with pickle | Sebastian Thiel |
| 2016-08-02 | refactor(cmd): streamline usage of creationflags | Sebastian Thiel |
| 2016-08-01 | creationflags must be set to 0 on non-windows platforms | Barry Scott |
| 2016-08-01 | Must pass creationflags as a keywork | Barry Scott |
| 2016-07-29 | Prevent CMD windows being shown when starting git in a subprocess. | Barry Scott |
| 2016-06-15 | Fix issue #470 | Barry Warsaw |
| 2016-06-14 | fix(flake): misc whitespace fixes | Sebastian Thiel |
| 2016-06-13 | fix(misc): various cleanup | Sebastian Thiel |
| 2016-06-06 | Can get a str object from stream.read rather then bytes. | Barry Scott |
| 2016-06-06 | log all the output from stdout and stderr for debugging process failures | Barry Scott |
| 2016-06-06 | Merge remote-tracking branch 'upstream/master' into pr-cmd-raise-with-stderr-... | Barry Scott |
| 2016-06-01 | Make sure os is not even partly destroyed | David Danier |
| 2016-05-30 | Make sure that stderr is converted to bytes | Barry Scott |
| 2016-05-29 | Return all the stderr messge after an error is detected for pull() | Barry Scott |
| 2016-05-26 | Use proper syntax for conditional expression | Aleksander Nitecki |
| 2016-05-26 | fix(remote): use universal_newlines for fetch/push | Sebastian Thiel |
| 2016-05-26 | import OrderedDict from git.odict rather than directly from collections, to p... | Kenneth Hoste |