summaryrefslogtreecommitdiff
path: root/git/test/test_git.py
Commit message (Expand)AuthorAgeFilesLines
* Replaced ordered dict with standard version; used logging moduleSebastian Thiel2015-01-041-1/+3
* This should help getting travis to work, finallySebastian Thiel2015-01-031-1/+1
* Applied autopep8Sebastian Thiel2014-11-191-10/+11
* Copy environment for subprocess executionDarragh Bailey2014-11-171-0/+6
* pep8 linting (trailing whitespace)Antoine Musso2014-11-161-1/+1
* pep8 linting (whitespace before/after)Antoine Musso2014-11-161-7/+7
* pep8 linting (blank lines expectations)Antoine Musso2014-11-161-2/+1
* pep8 linting (whitespaces)Antoine Musso2014-11-161-3/+3
* Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel2014-11-151-2/+2
|\
* | Updated README to better represent current stateSebastian Thiel2014-11-141-7/+6
* | Basic test for __unpack_args to verify unicode handling worksCraig Northway2014-11-121-11/+20
* | add git command optionsEric Brunson2014-04-251-0/+2
* | add git command optionsEric Brunson2014-04-251-0/+12
* | Minor modifications to get tests back to work.Sebastian Thiel2014-02-101-9/+8
* | Adjusted required versions of pre-requisites, now the majority of the tests workSebastian Thiel2014-02-101-1/+1
* | tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel2014-02-091-90/+90
|/
* Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docsSebastian Thiel2011-07-051-0/+10
* Added version_info property to git command. Its cached and efficient, includi...Sebastian Thiel2011-06-071-66/+82
* Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel2010-11-251-0/+84