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