summaryrefslogtreecommitdiff
path: root/git/cmd.py
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-221-2/+21
|\
| * cygwin, #533: FIX daemon launchingKostis Anagnostopoulos2016-10-141-4/+7
| * cygwin, #533: Try to make it work with Cygwin's Git.Kostis Anagnostopoulos2016-10-141-1/+17
* | Fix some typosSantiago Castro2016-10-201-3/+3
* | Add a test for persistent git optionsBenjamin Poldrack2016-10-181-1/+1
* | Allow for setting git options, that are persistent across subcommand callsBenjamin Poldrack2016-10-181-2/+20
|/
* cmd, #525: Always include stdout+stderr in exceptionsKostis Anagnostopoulos2016-10-141-4/+1
* remote, #525: FIX BUG push-cmd misses error messagesKostis Anagnostopoulos2016-10-141-1/+1
* remote, #525: pump fetch-infos instead of GIL-read stderrKostis Anagnostopoulos2016-10-131-2/+6
* test, #525: allow disabling freeze errors separatelyKostis Anagnostopoulos2016-10-131-2/+5
* daemon, #525: FIX remote urls in config-filesKostis Anagnostopoulos2016-10-121-1/+5
* repo, cmd: DROP UNEEDED Win path for chcwd & check for '~' homedirKostis Anagnostopoulos2016-10-121-12/+3
* pumps: FIX don't pump when proc has no streamsKostis Anagnostopoulos2016-10-121-4/+9
* FIX regression by #519 on reading stdout/stderr of cmdsKostis Anagnostopoulos2016-10-021-1/+2
* Win, #519: FIX repo TCs.Kostis Anagnostopoulos2016-10-011-4/+8
* ci: Capture logging for Popen() execute statements.Kostis Anagnostopoulos2016-09-301-0/+1
* ABANDON select/poll Kostis Anagnostopoulos2016-09-281-185/+48
* remote, #519: INCOMPLETE FIX-2 double-decoding push-infosKostis Anagnostopoulos2016-09-281-11/+19
* Proc, #519: Rework error-exc msgs & log thread-pumps errorsKostis Anagnostopoulos2016-09-281-24/+40
* io, dif: #519: FIX DIFF freeze when reading from GILKostis Anagnostopoulos2016-09-281-67/+74
* Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos2016-09-281-0/+4
* src: constify is_<platform>() callsKostis Anagnostopoulos2016-09-281-5/+5
* Win, #519: Remove `git.cmd` failback - no longer exists.Kostis Anagnostopoulos2016-09-281-54/+15
* test, #519: Try appveyor advice for never-ending buildsKostis Anagnostopoulos2016-09-281-1/+2
* src, #519: collect all is_<platform>() callsKostis Anagnostopoulos2016-09-271-7/+9
* Win, #519: FIX WinHangs: Popen() CREATE_NEW_PROCESS_GROUP to allow killKostis Anagnostopoulos2016-09-261-7/+14
* test, #519: Popen() pump: remove WaitGroupKostis Anagnostopoulos2016-09-261-13/+6
* apveyor, #519: FIX incomplete Popen pumpKostis Anagnostopoulos2016-09-261-3/+13
* test, deps: FIX `mock` deps on py3.Kostis Anagnostopoulos2016-09-251-9/+8
* fix(repo): make it serializable with pickleSebastian Thiel2016-09-111-1/+20
* refactor(cmd): streamline usage of creationflagsSebastian Thiel2016-08-021-13/+4
* creationflags must be set to 0 on non-windows platformsBarry Scott2016-08-011-4/+5
* Must pass creationflags as a keyworkBarry Scott2016-08-011-1/+1
* Prevent CMD windows being shown when starting git in a subprocess.Barry Scott2016-07-291-1/+14
* Fix issue #470Barry Warsaw2016-06-151-5/+6
* fix(flake): misc whitespace fixesSebastian Thiel2016-06-141-2/+1
* fix(misc): various cleanupSebastian Thiel2016-06-131-25/+6
* Can get a str object from stream.read rather then bytes.Barry Scott2016-06-061-1/+4
* log all the output from stdout and stderr for debugging process failuresBarry Scott2016-06-061-1/+14
* Merge remote-tracking branch 'upstream/master' into pr-cmd-raise-with-stderr-...Barry Scott2016-06-061-1/+1
|\
| * Make sure os is not even partly destroyedDavid Danier2016-06-011-1/+1
* | Make sure that stderr is converted to bytesBarry Scott2016-05-301-3/+12
* | Return all the stderr messge after an error is detected for pull()Barry Scott2016-05-291-3/+3
|/
* Use proper syntax for conditional expressionAleksander Nitecki2016-05-261-1/+1
* fix(remote): use universal_newlines for fetch/pushSebastian Thiel2016-05-261-2/+7
* import OrderedDict from git.odict rather than directly from collections, to p...Kenneth Hoste2016-05-261-1/+1
* fix(cmd): fix with_stdout implementationSebastian Thiel2016-05-241-1/+1
* fix(cmd): don't catch progress handler exceptionsSebastian Thiel2016-05-241-6/+1
* Fix order of operators before executing the git commandGuyzmo2016-05-121-0/+3
* Support repeated kwargsVincent Driessen2016-04-191-12/+20