summaryrefslogtreecommitdiff
path: root/git/cmd.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure .read() and friends always return bytesVincent Driessen2016-04-061-2/+2
* fix(cmd): Use buffered readsColin Snover2016-02-241-0/+1
* fix(cmd): allow improved errors during clone operationSebastian Thiel2016-02-141-2/+3
* fix(cmd): focus !Sebastian Thiel2016-02-131-1/+1
* fix(cmd): safely read from stderrSebastian Thiel2016-02-131-1/+9
* fix(cmd): prevent deadlock on clone/fetch/pullSebastian Thiel2016-02-071-2/+4
* Fixed a non-Windows importAshley Whetter2015-12-211-3/+5
* Merge pull request #354 from dpursehouse/execute-timeoutSebastian Thiel2015-10-161-1/+50
|\
| * Run os.kill for all child pids even after some of them are downOswin Nathanial2015-10-131-1/+4
| * Update docstring for 'kill_after_timeout' parameterOswin Nathanial2015-10-131-1/+5
| * Rename execute param 'timeout' to 'kill_after_timeout'Oswin Nathanial2015-10-131-10/+10
| * Only create watchdog and event if timeout is specified in execute commandOswin Nathanial2015-10-091-8/+10
| * Raise exception when timeout is used in execute command on WindowsOswin Nathanial2015-10-091-0/+2
| * Include 'timeout' parameter in Git executeOswin Nathanial2015-09-281-1/+39
* | fix(cmd): remove unused importSebastian Thiel2015-10-151-1/+0
* | doc(cmd): make sure people know wait() may blockSebastian Thiel2015-10-151-0/+2
* | Revert "fix(cmd): fixed deadlock when stderr buffer overflow"revert-357-autointerrupt_deadlock_fixSebastian Thiel2015-10-151-4/+4
* | fix(cmd): fixed deadlock when stderr buffer overflowIvan Ryabchenko2015-10-151-4/+4
|/
* fix(cmd): make short options with arguments become two separate arguments for...Marcos Dione2015-08-201-1/+1