aboutsummaryrefslogtreecommitdiff
path: root/git/cmd.py
AgeCommit message (Expand)Author
2015-01-14Fixed some doc strings to build correctly with sphinxSebastian Thiel
2015-01-14An attempt to help the threaded reading to not show spurious errors anymore.Sebastian Thiel
2015-01-12IndexFile.commit() now runs pre-commit and post-commit hooks.Sebastian Thiel
2015-01-09Added test to assure blame can deal with binary patches.Sebastian Thiel
2015-01-08Improve error handling of fetch/pull line parsingSebastian Thiel
2015-01-07Made improvements to assure test-cases don't leak file handlesSebastian Thiel
2015-01-07Fix flake8Sebastian Thiel
2015-01-07Using a wait-group seems to properly sync the threads for buffer depletionSebastian Thiel
2015-01-07Implemented threaded version of pipe-drainingSebastian Thiel
2015-01-07Implemented non-blocking operations using poll()Sebastian Thiel
2015-01-07Make sure we ignore WindowsErrors too, in case the process is already deadSebastian Thiel
2015-01-07This should fix flake8 on py3Sebastian Thiel
2015-01-06Make flake8 happySebastian Thiel
2015-01-06test_repo worksSebastian Thiel
2015-01-06test_remote worksSebastian Thiel
2015-01-05test_commit works once againSebastian Thiel
2015-01-05Intermediate commit: test_config and test_actor worksSebastian Thiel
2015-01-04Dum brute force conversion of all types.Sebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
2015-01-04Replaced ordered dict with standard version; used logging moduleSebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2015-01-03Various fixes and improvementsSebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-17Copy environment for subprocess executionDarragh Bailey
2014-11-17Merge branch 'patch-1' of https://github.com/boppreh/GitPython into boppreh-p...Sebastian Thiel
2014-11-17Merge pull request #205 from hashar/rm-unicode-bomSebastian Thiel
2014-11-16Remove Byte Order Mark from git/cmd.pyAntoine Musso
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (double spaces before comment)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-11-15Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel
2014-11-14Fixed premature closing of stdout/stderr streams, which caused plenty of errors.Sebastian Thiel
2014-11-14Merge pull request #150 from derenio/0.3Sebastian Thiel
2014-11-14Merge pull request #181 from hashar/git-exec-const-outputSebastian Thiel
2014-11-12Merge pull request #195 from maxyz/github-pull-88Sebastian Thiel
2014-11-12Merge pull request #198 from folti/0.3Sebastian Thiel
2014-11-12Fixing unicode typesCraig Northway
2014-11-05GitRunCommand exception can store stdout output too.Tamas Pal
2014-10-01Fix the `git version` parser.Marcus R. Brown
2014-07-25Ensure consistent output from git commandAntoine Musso
2014-04-25add git command optionsEric Brunson
2014-04-23add git command optionsEric Brunson
2014-03-31Ignore signal exception on AutoInterrupt destructor.Tatsuki Sugiura
2014-03-31Fix fd leak on git cmd.Tatsuki Sugiura
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2013-10-17Avoid spawning console windows when running from .pywBoppreH
2013-10-09[#5330] Ensure wait() is called on git processesCory Johns
2011-07-06cmd: on windows, we will now fallback to using git.cmd, as the default instal...Sebastian Thiel