summaryrefslogtreecommitdiff
path: root/git/cmd.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Using a wait-group seems to properly sync the threads for buffer depletionSebastian Thiel2015-01-071-8/+12
* Implemented threaded version of pipe-drainingSebastian Thiel2015-01-071-15/+30
* Implemented non-blocking operations using poll()Sebastian Thiel2015-01-071-0/+96
* Make sure we ignore WindowsErrors too, in case the process is already deadSebastian Thiel2015-01-071-1/+1
* This should fix flake8 on py3Sebastian Thiel2015-01-071-1/+3
* Make flake8 happySebastian Thiel2015-01-061-4/+3
* test_repo worksSebastian Thiel2015-01-061-7/+10
* test_remote worksSebastian Thiel2015-01-061-1/+1
* test_commit works once againSebastian Thiel2015-01-051-1/+6
* Intermediate commit: test_config and test_actor worksSebastian Thiel2015-01-051-17/+27
* Dum brute force conversion of all types.Sebastian Thiel2015-01-041-3/+3
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-6/+8
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-041-4/+7
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-7/+9
* Various fixes and improvementsSebastian Thiel2015-01-031-1/+1
* Applied autopep8Sebastian Thiel2014-11-191-28/+30
* Copy environment for subprocess executionDarragh Bailey2014-11-171-1/+3
* Merge branch 'patch-1' of https://github.com/boppreh/GitPython into boppreh-p...Sebastian Thiel2014-11-171-1/+3
|\
| * Avoid spawning console windows when running from .pywBoppreH2013-10-171-0/+1
* | Merge pull request #205 from hashar/rm-unicode-bomSebastian Thiel2014-11-171-1/+1
|\ \
| * | Remove Byte Order Mark from git/cmd.pyAntoine Musso2014-11-161-1/+1
* | | pep8 linting (trailing whitespace)Antoine Musso2014-11-161-40/+40
* | | pep8 linting (double spaces before comment)Antoine Musso2014-11-161-2/+2
* | | pep8 linting (whitespace before/after)Antoine Musso2014-11-161-11/+11
* | | pep8 linting (blank lines expectations)Antoine Musso2014-11-161-3/+4
* | | pep8 linting (whitespaces)Antoine Musso2014-11-161-71/+71
|/ /
* | Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel2014-11-151-0/+1
|\ \
| * | [#5330] Ensure wait() is called on git processesCory Johns2013-10-091-0/+1
* | | Fixed premature closing of stdout/stderr streams, which caused plenty of errors.Sebastian Thiel2014-11-141-2/+0
* | | Merge pull request #150 from derenio/0.3Sebastian Thiel2014-11-141-0/+7
|\ \ \
| * | | Ignore signal exception on AutoInterrupt destructor.Tatsuki Sugiura2014-03-311-0/+2
| * | | Fix fd leak on git cmd.Tatsuki Sugiura2014-03-311-0/+5
* | | | Merge pull request #181 from hashar/git-exec-const-outputSebastian Thiel2014-11-141-0/+4
|\ \ \ \
| * | | | Ensure consistent output from git commandAntoine Musso2014-07-251-0/+4