summaryrefslogtreecommitdiff
path: root/git/cmd.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix(cmd): don't open stdout when fetchingSebastian Thiel2015-07-031-80/+75
* fix(cmd): line parsingSebastian Thiel2015-07-031-68/+81
* Added NullHandlers to all loggers to preven "No handler" messagesJames Nowell2015-06-251-0/+1
* fix(git-cmd): set LANGUAGE as wellSebastian Thiel2015-05-311-0/+3
* fix(git-cmd): use LC_ALL instead of LC_MESSAGESSebastian Thiel2015-05-311-2/+4
* fix(cmd): throw GitCommandNotFoundError ...Sebastian Thiel2015-04-081-13/+33
* Added 'insert_kwargs_after' flag for consumption by _call_process.Sebastian Thiel2015-02-211-1/+13
* Removed Git.sshkey() as it couldn't be distributed properly.0.3.6Sebastian Thiel2015-01-221-21/+0
* Merge branch 'master' into teeberg-masterSebastian Thiel2015-01-221-1/+0
|\
* | Intermediate commit on my way to get this finalized.Sebastian Thiel2015-01-221-11/+14
* | Rename 'environment' and 'set_environment'Jonas Trappenberg2015-01-211-10/+10
* | Add method to query environmentJonas Trappenberg2015-01-211-0/+3
* | Add 'sshkey' context managerJonas Trappenberg2015-01-211-1/+75
* | Fix some typosJonas Trappenberg2015-01-211-2/+2
|/
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-211-2/+7
* Initial set of documentation improvements, and a fix to the submodule tests.Sebastian Thiel2015-01-211-1/+1
* Another take on fixing the current concurrent read implementation in git.cmdSebastian Thiel2015-01-201-34/+77
* Fixed some doc strings to build correctly with sphinxSebastian Thiel2015-01-141-3/+3
* An attempt to help the threaded reading to not show spurious errors anymore.Sebastian Thiel2015-01-141-8/+8
* IndexFile.commit() now runs pre-commit and post-commit hooks.Sebastian Thiel2015-01-121-1/+1
* Added test to assure blame can deal with binary patches.Sebastian Thiel2015-01-091-2/+8
* Improve error handling of fetch/pull line parsingSebastian Thiel2015-01-081-1/+6
* Made improvements to assure test-cases don't leak file handlesSebastian Thiel2015-01-071-6/+16
* Fix flake8Sebastian Thiel2015-01-071-10/+10