summaryrefslogtreecommitdiff
path: root/git/cmd.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge pull request #195 from maxyz/github-pull-88Sebastian Thiel2014-11-121-1/+1
|\ \ \ \ \
| * | | | | Fix the `git version` parser.Marcus R. Brown2014-10-011-1/+1
| |/ / / /
* | | | | Merge pull request #198 from folti/0.3Sebastian Thiel2014-11-121-1/+4
|\ \ \ \ \
| * | | | | GitRunCommand exception can store stdout output too.Tamas Pal2014-11-051-1/+4
| |/ / / /
* | | | | Fixing unicode typesCraig Northway2014-11-121-0/+4
|/ / / /
* | | | add git command optionsEric Brunson2014-04-251-3/+7
* | | | add git command optionsEric Brunson2014-04-231-3/+27
|/ / /
* | | tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-531/+531
| |/ |/|
* | cmd: on windows, we will now fallback to using git.cmd, as the default instal...Sebastian Thiel2011-07-061-6/+39
|/