Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autopep8 fixes with maximum line length 120 | Craig Northway | 2014-07-25 | 1 | -18/+19 |
| | |||||
* | Basic test for __unpack_args to verify unicode handling works | Craig Northway | 2014-07-25 | 1 | -12/+20 |
| | |||||
* | Basic fixes to get tests back on track. Of course there is much more work to ↵ | Sebastian Thiel | 2014-02-10 | 1 | -5/+5 |
| | | | | be done here | ||||
* | tabs to 4 spaces - overall state of this branch is desolate, but fixable. ↵ | Sebastian Thiel | 2014-02-09 | 1 | -110/+110 |
| | | | | Needs plenty of work | ||||
* | Add an output_strip kwarg to Git.execute | Lorenz Schori | 2012-10-18 | 1 | -0/+22 |
| | | | | | | Strip the last line of the output if it is empty (default). Stripping should be disabled whenever it is important that the output is not modified in any way. For example when retrieving patch files using git-diff. | ||||
* | Implemented GIT_PYTHON_GIT_EXECUTABLE including test and docs | Sebastian Thiel | 2011-07-05 | 1 | -0/+10 |
| | |||||
* | pre-emptively moved all reference related tests into own package, to ↵ | Sebastian Thiel | 2011-06-08 | 1 | -0/+100 |
resemble their actual location a little more. Renamed test_git to test_cmd as it tests the git cmd located in git.cmd (not in git.git) |