summaryrefslogtreecommitdiff
path: root/git/cmd.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docsSebastian Thiel2011-07-051-6/+11
* Fixed implementation of _version_info which didn't work for python 2.4 thanks...Sebastian Thiel2011-06-131-1/+1
* git.version_info now returns exactly 4 numbersSebastian Thiel2011-06-071-2/+3
* Fixed up docs in preparation for the new 0.3.1 releaseSebastian Thiel2011-06-071-1/+2
* Added version_info property to git command. Its cached and efficient, includi...Sebastian Thiel2011-06-071-5/+24
* OSX Signal handling: removed previous hack to fix it somehow using sleep - th...Sebastian Thiel2011-01-121-1/+0
* Added the bugfix code as a utility function to be reused wherever this specif...Andreas Gutsche2011-01-061-6/+2
* Hacked the wait function so that it works with pyside in OS X by using "sleep...Andreas Gutsche2011-01-061-1/+6
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+515